Changeset 16697 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 11/09/13 20:46:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16694 r16697 1074 1074 /*Assign output pointers:*/ 1075 1075 *pdoflist=doflist; 1076 } 1077 /*}}}*/ 1078 /*FUNCTION Penta::GetMaterialParameter{{{*/ 1079 IssmDouble Penta::GetMaterialParameter(int enum_in){ 1080 1081 _assert_(this->matpar); 1082 return this->matpar->GetMaterialParameter(enum_in); 1076 1083 } 1077 1084 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.