GCLgrid :: GCLgrid | classes |
function free_4dgrid_contiguous | ^ |
Plain C destructor for a four-dimensional array.
This a companion free function to destroy an array created by create_4dgrid_contiguous . The the GCLgrid library it is hidden in the destructor for different objects.
- Source:
- gclgrid.h:1451
- Author:
- unascribed
- Version:
- unknown
- Params:
n1 size of index 1 of array. n2 size of index 2 of array. n3 size of index 3 of array.
- Code:
public extern "C" void free_4dgrid_contiguous ( double * * * * array , int n1 , int n2 , int n3 )
Created Fri Jan 21 08:54:55 2005.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.