Changeset 26200
- Timestamp:
- 04/16/21 14:22:20 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
r26199 r26200 430 430 //int num_intervals = floor((time-time0)/deltat); //Cannot do that because of AD! 431 431 int num_intervals = reCast<int,IssmDouble>(fabs(time-time0)/deltat); 432 433 /*Uncomment following line if you would like to apply a cycle BEFORE the time series starts*/ 432 434 //if(time<time0) num_intervals = -num_intervals-1; 433 435
Note:
See TracChangeset
for help on using the changeset viewer.