#include <stdio.h>
Go to the source code of this file.
Functions | |
void | freematrix1D (void *) |
void | freematrix2D (void **, int) |
void | freematrix3D (void ***, int, int) |
void freematrix1D | ( | void * | ) |
Definition at line 9 of file hydrofree_mem.c.
Referenced by cost_fcn(), hydrofreememoutlet(), hydrofreememoutlet1(), hydrohypsom(), hydrooutletfraction(), hydrooutput(), hydroqfractionshuffle(), hydrorandom(), hydrosedload(), and main().
void freematrix2D | ( | void ** | , | |
int | ||||
) |
Definition at line 20 of file hydrofree_mem.c.
Referenced by hydrofreememoutlet(), hydrofreememoutlet1(), hydrooutput(), and hydrosedload().
void freematrix3D | ( | void *** | , | |
int | , | |||
int | ||||
) |