Changeset 6397


Ignore:
Timestamp:
10/22/10 08:59:12 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed dt input

Location:
issm/trunk/src/c/objects/Elements
Files:
2 edited

Legend:

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

    r6349 r6397  
    577577
    578578        /*time: */
    579         this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt));
     579        this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt*iomodel->yts));
    580580
    581581        /*Control Inputs*/
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r6383 r6397  
    643643
    644644        /*time: */
    645         this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt));
     645        this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt*iomodel->yts));
    646646
    647647        /*Control Inputs*/
Note: See TracChangeset for help on using the changeset viewer.