Changeset 8762


Ignore:
Timestamp:
06/29/11 15:50:30 (14 years ago)
Author:
schlegel
Message:

Removed debugging lines

File:
1 edited

Legend:

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

    r8757 r8762  
    459459                /*get values for the first time: */
    460460                input=(Input*)((Input*)this->inputs->GetObjectByOffset(0))->copy();
    461                 ((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->Echo();
    462                 input->Echo();
    463461                found=true;
    464462        }
     
    466464                /*get values for the last time: */
    467465                input=(Input*)((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->copy();
    468                 ((Input*)this->inputs->GetObjectByOffset(numtimesteps-1))->Echo();
    469                 input->Echo();
    470466                found=true;
    471467        }
Note: See TracChangeset for help on using the changeset viewer.