ocssw
V2022
|
allocate5d.h
float ***** allocate5d_float(size_t nq, size_t nr, size_t nz, size_t ny, size_t nx)
Allocate a five-dimensional array of type float of a given size.
Definition: allocate5d.c:12
void free5d_float(float *****p)
Free a five-dimensional array created by allocate5d_float.
Definition: allocate5d.c:58