Changeset 1041


Ignore:
Timestamp:
06/22/09 13:36:25 (15 years ago)
Author:
seroussi
Message:

fixed pressure compute for ice and cielo_serial

File:
1 edited

Legend:

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

    r1025 r1041  
    768768
    769769        int dof;
    770         double s;
    771770
    772771        dof=this->GetDofList1();
    773         s=this->GetSigma();
    774772
    775773        /*sigma remains constant. z=bed+sigma*thickness*/
    776         this->x[2]=bed[dof]+s*thickness[dof];
    777 
    778 }
     774        this->x[2]=bed[dof]+sigma*thickness[dof];
     775
     776}
Note: See TracChangeset for help on using the changeset viewer.