AcouSTO
version 2.0
◆
max()
static int max
(
int
a
,
int
b
)
static
30
{
31
if
(a>b)
return
(a);
else
return
(b);
32
}
Acousto2.0
trunk
src
solver
linsys.c
Generated on Wed Apr 5 2017 14:32:03 for AcouSTO by
1.8.13