Changeset 8762
- Timestamp:
- 06/29/11 15:50:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/TransientInput.cpp
r8757 r8762 459 459 /*get values for the first time: */ 460 460 input=(Input*)((Input*)this->inputs->GetObjectByOffset(0))->copy(); 461 ((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->Echo();462 input->Echo();463 461 found=true; 464 462 } … … 466 464 /*get values for the last time: */ 467 465 input=(Input*)((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->copy(); 468 ((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->Echo();469 input->Echo();470 466 found=true; 471 467 }
Note:
See TracChangeset
for help on using the changeset viewer.