Changeset 27185
- Timestamp:
- 08/02/22 06:05:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
r27180 r27185 477 477 _error_("Input not found (is TransientInput sorted ?)"); 478 478 } 479 if(!binary_search(&prevoffset, time-dt,this->timesteps,this->numtimesteps)){479 if(!binary_search(&prevoffset,reCast<IssmDouble>(time-dt),this->timesteps,this->numtimesteps)){ 480 480 _error_("Input not found (is TransientInput sorted ?)"); 481 481 }
Note:
See TracChangeset
for help on using the changeset viewer.