Changeset 14292
- Timestamp:
- 01/25/13 16:29:23 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/IssmComm.cpp ¶
r14290 r14292 11 11 #include "./IssmComm.h" 12 12 #include "../include/types.h" 13 #include "../include/macros.h" 14 #include "../shared/Exceptions/exceptions.h" 13 15 14 16 void IssmComm::SetComm(COMM incomm){ /*{{{*/ … … 22 24 23 25 /*no comm provided, This is a matlab/python module*/ 24 parallel = true; 25 comm = incomm; 26 parallel = false; 27 28 /*No need to initialise comm*/ 26 29 27 30 }/*}}}*/ -
TabularUnified issm/trunk-jpl/src/c/include/globals.h ¶
r13623 r14292 10 10 11 11 COMM IssmComm::comm; 12 bool IssmComm::parallel; 12 13 13 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.