Changeset 14633 for issm/trunk-jpl/src/c/include/globals.h
- Timestamp:
- 04/17/13 14:15:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/globals.h
r14292 r14633 3 3 */ 4 4 5 #ifndef GLOBALS_H_6 #define GLOBALS_H_5 #ifndef _GLOBALS_H_ 6 #define _GLOBALS_H_ 7 7 8 8 #include "./types.h" 9 9 #include "../classes/IssmComm.h" 10 #include "../classes/ToolkitOptions.h" 10 11 12 /*Communicators: */ 11 13 COMM IssmComm::comm; 12 14 bool IssmComm::parallel; 13 15 16 /*String that is used to characterize our toolkits, ends up in Petsc Options database if we use Petsc. Can also be used to characterize the ISSM toolkit, often used when Petsc is not allowed*/ 17 char* ToolkitOptions::toolkitoptions; 18 14 19 #endif
Note:
See TracChangeset
for help on using the changeset viewer.