Changeset 8 for issm/trunk/src/c/objects/Node.h
- Timestamp:
- 04/23/09 16:13:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.h
r1 r8 8 8 #include "./Object.h" 9 9 #include "../toolkits/toolkits.h" 10 #include "./ParameterInputs.h" 10 11 11 12 #define MAXDOFSPERNODE 4 … … 66 67 double GetZ(); 67 68 Object* copy(); 69 void UpdateFromInputs(ParameterInputs* inputs); 68 70 69 71 };
Note:
See TracChangeset
for help on using the changeset viewer.