Changeset 17175
- Timestamp:
- 01/27/14 15:41:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r17138 r17175 38 38 this->faces=NULL; 39 39 this->edges=NULL; 40 this->elementtofaceconnectivity =NULL; 40 41 this->elementtoedgeconnectivity =NULL; 41 42 this->singlenodetoelementconnectivity=NULL; … … 80 81 this->faces = NULL; 81 82 this->edges = NULL; 83 this->elementtofaceconnectivity = NULL; 82 84 this->elementtoedgeconnectivity = NULL; 83 85 this->singlenodetoelementconnectivity = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.