Changeset 25027
- Timestamp:
- 06/12/20 09:24:11 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp
r25024 r25027 419 419 420 420 /*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; 422 422 // if(this->current_step>this_step-1.e-5 && this->current_step<this_step+1.e-5) return; 423 423
Note:
See TracChangeset
for help on using the changeset viewer.