Changeset 26278


Ignore:
Timestamp:
05/18/21 11:10:39 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing CoDiPack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/SealevelchangeAnalysis.cpp

    r26274 r26278  
    273273                                IssmDouble* stacktimes=NULL;
    274274                                ntimesteps=precomputednt;
    275                                 nt=reCast<int>((final_time-start_time)/timeacc)+1;
     275                                nt=reCast<int,IssmDouble>((final_time-start_time)/timeacc)+1;
    276276
    277277                                parameters->AddObject(new IntParam(StackNumStepsEnum,nt));
Note: See TracChangeset for help on using the changeset viewer.