/** @mainpage IWAVE Basic Utilities Package
Author: Igor Terentyev
Utilities used throughout IWAVE:
- \ref parser : "getpar" facility, interprets lists of key=value
pairs, provides functions for initialization from command line or
file, structured access
- \ref fopen : interface to std C i/o,
file/pointer database
- \ref usempi.h : uniform access to mpi
facilities - provides standard interface to MPI, also wrappers around
key MPI functions that also work in a serial environment
- \ref utils.h : defines constants and data types, including
- \ref
ireal - typedef'd real datatype (used throughout in place of float or
double)
- \ref RARR_MAX_NDIM - max spatial dimension permitted
in this implementation
- \ref IPNT , \ref RPNT - spatial
integer and real coordinate vectors types
- \ref error
IWAVE Home Page
*/