Changeset 26226
- Timestamp:
- 04/29/21 17:44:19 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
r26208 r26226 432 432 time1 = nsteps*dt; 433 433 434 if(cycle && (time<time0 || time>time1)){434 if(cycle){ 435 435 436 436 /*See by how many intervals we have to offset time*/ … … 441 441 442 442 /*Uncomment following line if you would like to apply a cycle BEFORE the time series starts*/ 443 //if(time<time0) num_intervals = -num_intervals-1;443 if(time<time0) num_intervals = -num_intervals-1; 444 444 445 445 if(fabs(time-time0)/deltat == reCast<IssmDouble>(num_intervals)){
Note:
See TracChangeset
for help on using the changeset viewer.