Changeset 5174
- Timestamp:
- 08/12/10 07:22:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5167 r5174 752 752 CreateKMatrixDiagnosticPattyn( Kgg); 753 753 } 754 else if(approximation==HutterApproximationEnum){ 755 return; 756 } 754 757 else ISSMERROR("Approximation %s not supported yet",EnumToString(approximation)); 755 758 } … … 821 824 else if(approximation==PattynApproximationEnum){ 822 825 CreatePVectorDiagnosticPattyn( pg); 826 } 827 else if(approximation==HutterApproximationEnum){ 828 return; 823 829 } 824 830 else ISSMERROR("Approximation %s not supported yet",EnumToString(approximation));
Note:
See TracChangeset
for help on using the changeset viewer.