Changeset 25030
- Timestamp:
- 06/12/20 09:31:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.cpp
r25027 r25030 459 459 460 460 /*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; 462 462 /*If not processed set current_step*/ 463 463 if(this->current_input) delete this->current_input;
Note:
See TracChangeset
for help on using the changeset viewer.