c_prtgrid - Print a geometric mapping grid to an ASCII file

SYNTAX

#include "grid.h"

FUNCTION c_prtgrid (hostname, grid)

    char *hostname;
    struct GRID *grid;

PARAMETERS

hostname (char *, input)

Host file name of the file to contain the geometric mapping grid.

grid (struct GRID *, input)

The geometric mapping grid to print.

DESCRIPTION

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.

RETURN VALUE

c_prtgrid() returns

    E_SUCC --> Successful completion.
    E_FAIL --> Operation failed.