Changeset 6397
- Timestamp:
- 10/22/10 08:59:12 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r6349 r6397 577 577 578 578 /*time: */ 579 this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt ));579 this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt*iomodel->yts)); 580 580 581 581 /*Control Inputs*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r6383 r6397 643 643 644 644 /*time: */ 645 this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt ));645 this->inputs->AddInput(new DoubleInput(DtEnum,iomodel->dt*iomodel->yts)); 646 646 647 647 /*Control Inputs*/
Note:
See TracChangeset
for help on using the changeset viewer.