globaldefs.h: Difference between revisions

From WikiROMS
Jump to navigationJump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 1: Line 1:
='''globaldefs.h'''=
<div class="title">globaldefs.h</div>
ROMS header file containing internal cpp definitions that are used in all applications. This file is usually modified by the developers to define various options that controls array dynamic allocation, array declation, parallelism, library interface, standard algorithms options, and internal option checking. It is recommend to the regular user to not modify this file.
ROMS header file containing internal cpp definitions that are used in all applications. This file is usually modified by the developers to define various options that controls array dynamic allocation, array declation, parallelism, library interface, standard algorithms options, and internal option checking. It is recommend to the regular user to not modify this file.

Revision as of 19:01, 8 December 2006

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 options that controls array dynamic allocation, array declation, parallelism, library interface, standard algorithms options, and internal option checking. It is recommend to the regular user to not modify this file.