GCLgrid :: GCLgrid classes

function free_3dgrid_contiguous

^ 
Plain C destructor for a three-dimensional array.

This a companion free function to destroy an array created by create_3dgrid_contiguous . The the GCLgrid library it is hidden in the destructor for different objects.

Source:
gclgrid.h:1493
Author:
unascribed
Version:
unknown
Params:
n1 size of index 1 of array.
n2 size of index 2 of array.
Code:
public extern "C" void free_3dgrid_contiguous ( double * * * array ,
int n1 ,
int n2 )

Created Tue Jan 16 13:32:12 2007.
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.