Changeset 23532 for issm/trunk-jpl/src/c/classes/IoModel.h
- Timestamp:
- 12/11/18 12:45:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/IoModel.h ΒΆ
r23513 r23532 86 86 int *singlenodetoelementconnectivity; 87 87 88 /*Data to synchronize through low level object drivers: */89 int constraintcounter; //keep track of how many constraints are being created in each analysis90 int loadcounter; //keep track of how many loads are being created in each analysis91 int nodecounter; //keep track of how many nodes are being created in each analysis92 int matparcounter; //keep track of where we end up putting this object accessed by every element.93 94 88 /*Methods*/ 95 89 ~IoModel();
Note:
See TracChangeset
for help on using the changeset viewer.