Changeset 13975 for issm/trunk/src/c/include/globals.h
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/include/globals.h
r11995 r13975 6 6 #define GLOBALS_H_ 7 7 8 int my_rank=0; 9 int num_procs=1; 8 #include "./types.h" 9 #include "../classes/IssmComm.h" 10 11 COMM IssmComm::comm; 10 12 11 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.