globaldefs.h: Difference between revisions
From WikiROMS
Jump to navigationJump to search
m Globaldefs.h moved to globaldefs.h (change visibility) |
No edit summary (change visibility) |
||
Line 1: | Line 1: | ||
='''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. | 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 20:26, 22 November 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.