Changeset 15216


Ignore:
Timestamp:
06/07/13 20:41:44 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: wrong use of assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp

    r15130 r15216  
    314314
    315315        /*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");
    317317
    318318        //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.