Changeset 5714 for issm/trunk/src/c/objects/Loads/Icefront.h
- Timestamp:
- 09/09/10 09:00:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Icefront.h
r5713 r5714 12 12 class Inputs; 13 13 class Parameters; 14 class Matpar; 15 class Node; 16 class Element; 14 17 class IoModel; 15 18 /*}}}*/ … … 25 28 Hook* helement; 26 29 Hook* hmatpar; 30 31 /*Corresponding fields*/ 32 Matpar *matpar; 33 Node **nodes; 34 Element *element; 27 35 28 36 /*inputs and parameters: */
Note:
See TracChangeset
for help on using the changeset viewer.