#include "hydrofree_mem.h"#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | freematrix1D (void *matrixname) |
| void | freematrix2D (void **matrixname, int num_of_rows) |
| void | freematrix3D (void ***matrixname, int num_of_rows, int num_of_columns) |
| void freematrix1D | ( | void * | matrixname | ) |
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 ** | matrixname, | |
| int | num_of_rows | |||
| ) |
Definition at line 20 of file hydrofree_mem.c.
Referenced by hydrofreememoutlet(), hydrofreememoutlet1(), hydrooutput(), and hydrosedload().
| void freematrix3D | ( | void *** | matrixname, | |
| int | num_of_rows, | |||
| int | num_of_columns | |||
| ) |
1.5.2