Changeset 23513 for issm/trunk-jpl/src/c/classes/IoModel.cpp
- Timestamp:
- 12/06/18 20:02:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r23505 r23513 138 138 this->my_edges=NULL; 139 139 this->my_vertices=NULL; 140 this->epart=NULL; 140 141 141 142 this->domaintype=-1; … … 202 203 this->my_edges = NULL; 203 204 this->my_vertices = NULL; 205 this->epart = NULL; 204 206 205 207 FindConstant(&this->domaintype,"md.mesh.domain_type"); … … 248 250 xDelete<bool>(this->my_edges); 249 251 xDelete<bool>(this->my_vertices); 252 xDelete<int>(this->epart); 250 253 251 254 xDelete<int>(this->elements);
Note:
See TracChangeset
for help on using the changeset viewer.