Changeset 23513
- Timestamp:
- 12/06/18 20:02:32 (6 years ago)
- Location:
- issm/trunk-jpl/src/c/classes
- Files:
-
- 2 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); -
issm/trunk-jpl/src/c/classes/IoModel.h
r23505 r23513 67 67 bool *my_edges; 68 68 bool *my_vertices; 69 int *epart; 69 70 70 71 /*Mesh properties and connectivity tables*/
Note:
See TracChangeset
for help on using the changeset viewer.