Changeset 5886


Ignore:
Timestamp:
09/18/10 13:35:31 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r5882 r5886  
    51885188        /*For pressure: we have not computed pressure in this analysis, for this element. We are in 3D,
    51895189         *so the pressure is just the pressure at the z elevation: except it this is a PattynStokes element */
    5190         if(!approximation==PattynStokesApproximationEnum){
     5190        if(approximation!=PattynStokesApproximationEnum){
    51915191                rho_ice=matpar->GetRhoIce();
    51925192                g=matpar->GetG();
     
    51995199        this->inputs->ChangeEnum(VzEnum,VzOldEnum);
    52005200
    5201         if(!approximation==PattynStokesApproximationEnum){
     5201        if(approximation!=PattynStokesApproximationEnum){
    52025202                this->inputs->ChangeEnum(PressureEnum,PressureOldEnum);
    52035203                this->inputs->AddInput(new PentaVertexInput(PressureEnum,pressure));
Note: See TracChangeset for help on using the changeset viewer.