Difference between revisions of "globaldefs.h"

From WikiROMS
Jump to navigationJump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
<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 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]]:
<span class="red">
  /*
  **  Include internal CPP definitions.
  */<br>
  #include "globaldefs.h"
</span>

Latest revision as of 03:44, 7 June 2007

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"