globaldefs.h

From WikiROMS
Revision as of 03:44, 7 June 2007 by Arango (talk | contribs)
(change visibility) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
globaldefs.h

ROMS header file containing internal cpp definitions that are used in all applications. This file is usually modified by the developers to define various internal options that controls array dynamic allocation, array declaration, parallelism, library interface, standard algorithms options, and internal option checking. It is recommended to the regular user to not modify this file.

This file is included at the bottom of cppdefs.h:


 /*
 **  Include internal CPP definitions.
 */
#include "globaldefs.h"