Changeset 25030


Ignore:
Timestamp:
06/12/20 09:31:27 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp

    r25027 r25030  
    459459
    460460        /*If already processed return, we set step in the middle of the interval*/
    461         if(abs(this->current_step-mid_step)<1.e-5) return;
     461        if(fabs(this->current_step-mid_step)<1.e-5) return;
    462462        /*If not processed set current_step*/
    463463        if(this->current_input) delete this->current_input;
Note: See TracChangeset for help on using the changeset viewer.