65     for ( i = 0; i < nx; i++ )
    95     if ( ( *f = (
PLFLT **) calloc( (
size_t) nx, 
sizeof ( 
PLFLT * ) ) ) == NULL )
    96         plexit( 
"Memory allocation error in \"plAlloc2dGrid\"" );
    98     for ( i = 0; i < nx; i++ )
   100         if ( ( ( *f )[i] = (
PLFLT *) calloc( (
size_t) ny, 
sizeof ( 
PLFLT ) ) ) == NULL )
   101             plexit( 
"Memory allocation error in \"plAlloc2dGrid\"" );
   120     for ( i = 0; i < nx; i++ )
   121         free( (
void *) f[i] );
   154     for ( i = 0; i < nx; i++ )
   156         for ( j = 0; j < ny; j++ )
 
void plexit(PLCHAR_VECTOR errormsg)
const PLFLT *const  * PLFLT_MATRIX
void plFree2dGrid(PLFLT **f, PLINT nx, PLINT PL_UNUSED(ny))
void plAlloc2dGrid(PLFLT ***f, PLINT nx, PLINT ny)
void plStatic2dGrid(PLFLT_NC_MATRIX zIliffe, PLFLT_VECTOR zStatic, PLINT nx, PLINT ny)
const PLFLT * PLFLT_VECTOR
void plMinMax2dGrid(PLFLT_MATRIX f, PLINT nx, PLINT ny, PLFLT *fnmax, PLFLT *fnmin)