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