Changeset 5129
- Timestamp:
- 08/10/10 14:50:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5125 r5129 1920 1920 this->inputs->AddInput(new IntInput(ApproximationEnum,MacAyealPattynApproximationEnum)); 1921 1921 } 1922 else if (*(iomodel->elements_type+2*index+0)==HutterApproximationEnum){ 1923 this->inputs->AddInput(new IntInput(ApproximationEnum,HutterApproximationEnum)); 1924 } 1922 1925 else ISSMERROR("Approximation type %i (%s) not supported yet",*(iomodel->elements_type+2*index+0),EnumToString(*(iomodel->elements_type+2*index+0))); 1923 1926 }
Note:
See TracChangeset
for help on using the changeset viewer.