Changeset 4499


Ignore:
Timestamp:
07/09/10 09:54:02 (15 years ago)
Author:
seroussi
Message:

forgot to put pressure in Inputs

File:
1 edited

Legend:

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

    r4496 r4499  
    22872287        this->inputs->AddInput(new PentaVertexInput(VzEnum,vz));
    22882288        this->inputs->AddInput(new PentaVertexInput(VelEnum,vel));
    2289 }
    2290 
    2291 /*}}}*/
     2289        this->inputs->AddInput(new PentaVertexInput(PressureEnum,pressure));
     2290} /*}}}*/
    22922291/*FUNCTION Penta::InputUpdateFromSolutionDiagnosticStokes {{{1*/
    22932292void  Penta::InputUpdateFromSolutionDiagnosticStokes(double* solution){
Note: See TracChangeset for help on using the changeset viewer.