 |
vlmget_env
NAME
vlmget_env - Reads a NetCDF ParVox environment
file.
SYNOPSIS
#include <vlmeta.h>
int vlmget_env(int ncid, vlmeta_environ * environ);
DESCRIPTION
Vlmget_env reads a ParVox environment file
identified by the handle ncid, which is obtained by a
previous vlmopen_env call. Vlmget_env fills in the vlmeta_environ
structure pointed to by environ. ParVox environment files
are in NetCDF format.
SEE ALSO
vlmopen_env,
vlmeta_environ,
ParVox Tutorial: Input Data Format
DIAGNOSTICS
Upon successful completion, a value of 0 is returned.
Otherwise, a value of -1 is returned.
|
 |