Changeset 14569 for issm/trunk-jpl/src/c/classes/IoModel.cpp
- Timestamp:
- 04/15/13 11:27:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r14512 r14569 32 32 this->my_nodes=NULL; 33 33 this->my_vertices=NULL; 34 34 35 this->singlenodetoelementconnectivity=NULL; 35 36 this->numbernodetoelementconnectivity=NULL; … … 66 67 this->my_nodes=NULL; 67 68 this->my_vertices=NULL; 69 68 70 this->singlenodetoelementconnectivity=NULL; 69 71 this->numbernodetoelementconnectivity=NULL; … … 1267 1269 1268 1270 int my_rank; 1269 int 1270 int 1271 int lastindex,index; 1272 int record_length; 1271 1273 1272 1274 /*recover my_rank:*/
Note:
See TracChangeset
for help on using the changeset viewer.