AcouSTO
version 2.0
◆
destroy_rule()
static void destroy_rule
(
rule
*
r
)
static
243
{
244
if
(r) {
245
if
(r->
destroy
) r->
destroy
(r);
246
free(r->
pts
);
247
free(r);
248
}
249
}
rule_s::pts
double * pts
Definition:
cubature.c:236
rule_s::destroy
destroy_func destroy
Definition:
cubature.c:239
Acousto2.0
trunk
src
math
cubature.c
Generated on Wed Apr 5 2017 14:32:02 for AcouSTO by
1.8.13