Changeset 26200


Ignore:
Timestamp:
04/16/21 14:22:20 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp

    r26199 r26200  
    430430                //int num_intervals = floor((time-time0)/deltat); //Cannot do that because of AD!
    431431                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*/
    432434                //if(time<time0) num_intervals = -num_intervals-1;
    433435               
Note: See TracChangeset for help on using the changeset viewer.