AcouSTO  version 2.0

◆ heap_free()

static void heap_free ( heap h)
static
801 {
802  h->n = 0;
803  heap_resize(h, 0);
804  h->fdim = 0;
805  free(h->ee);
806 }
static void heap_resize(heap *h, unsigned nalloc)
Definition: cubature.c:777
esterr * ee
Definition: cubature.c:774
unsigned n
Definition: cubature.c:771
unsigned fdim
Definition: cubature.c:773