Changeset 25027


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

BUG: fixing AD

File:
1 edited

Legend:

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

    r25024 r25027  
    419419
    420420                /*If already processed return*/
    421                 if(abs(this->current_step-this_step)<1.e-5) return;
     421                if(fabs(this->current_step-this_step)<1.e-5) return;
    422422                //              if(this->current_step>this_step-1.e-5 && this->current_step<this_step+1.e-5) return;
    423423
Note: See TracChangeset for help on using the changeset viewer.