Changeset 16496
- Timestamp:
- 10/21/13 20:11:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r16391 r16496 93 93 94 94 /*Some checks in debugging mode*/ 95 #ifdef _ISSM_DEBUG_96 95 if(this->data){ 97 96 for(int i=0;i<MaximumNumberOfDefinitionsEnum;i++){ … … 103 102 } 104 103 } 105 #endif106 104 107 105 if(this->constants) delete this->constants;
Note:
See TracChangeset
for help on using the changeset viewer.