Changeset 16836
- Timestamp:
- 11/20/13 08:21:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16835 r16836 1017 1017 1018 1018 _assert_(this->matpar); 1019 1020 switch(enum_in){ 1021 case MaterialsRheologyNEnum: 1022 return this->material->GetN(); 1023 default: 1024 return this->matpar->GetMaterialParameter(enum_in); 1019 1020 switch(enum_in){ // FIXME: change this to material 1021 case MaterialsRheologyNEnum: 1022 return this->material->GetN(); 1023 case MaterialsRheologyBEnum: 1024 return this->material->GetB(); 1025 default: 1026 return this->matpar->GetMaterialParameter(enum_in); 1025 1027 } 1026 1028 }
Note:
See TracChangeset
for help on using the changeset viewer.