#include "grid.h"
FUNCTION c_prtgrid (hostname, grid)
char *hostname; struct GRID *grid;
Host file name of the file to contain the geometric mapping grid.
The geometric mapping grid to print.
Print all of the values contained within a geometric mapping grid to an ASCII file for printing or inspection. The specified file will be overwritten if it exists.
c_prtgrid() returns
E_SUCC --> Successful completion. E_FAIL --> Operation failed.