Changeset 16835
- Timestamp:
- 11/20/13 07:55:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16834 r16835 1017 1017 1018 1018 _assert_(this->matpar); 1019 return this->matpar->GetMaterialParameter(enum_in); 1019 1020 switch(enum_in){ 1021 case MaterialsRheologyNEnum: 1022 return this->material->GetN(); 1023 default: 1024 return this->matpar->GetMaterialParameter(enum_in); 1025 } 1020 1026 } 1021 1027 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.