Changeset 15216
- Timestamp:
- 06/07/13 20:41:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
r15130 r15216 314 314 315 315 /*insert values at time step: */ 316 if (this->numtimesteps>0 && time<=this->timesteps[this->numtimesteps-1]) _ assert_("timestep values must increase sequentially");316 if (this->numtimesteps>0 && time<=this->timesteps[this->numtimesteps-1]) _error_("timestep values must increase sequentially"); 317 317 318 318 //copy timesteps, add the new time, delete previous timesteps, and add the new input: inputs->AddObject(input);
Note:
See TracChangeset
for help on using the changeset viewer.