Changeset 5174


Ignore:
Timestamp:
08/12/10 07:22:51 (15 years ago)
Author:
seroussi
Message:

do nothing if Horiz and HutterApproximation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r5167 r5174  
    752752                        CreateKMatrixDiagnosticPattyn( Kgg);
    753753                }
     754                else if(approximation==HutterApproximationEnum){
     755                        return;
     756                }
    754757                else ISSMERROR("Approximation %s not supported yet",EnumToString(approximation));
    755758        }
     
    821824                else if(approximation==PattynApproximationEnum){
    822825                        CreatePVectorDiagnosticPattyn( pg);
     826                }
     827                else if(approximation==HutterApproximationEnum){
     828                        return;
    823829                }
    824830                else ISSMERROR("Approximation %s not supported yet",EnumToString(approximation));
Note: See TracChangeset for help on using the changeset viewer.