Changeset 23729


Ignore:
Timestamp:
02/15/19 07:30:27 (6 years ago)
Author:
bdef
Message:

BUG: shifting hydro loop control on steps rather than time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/hydrology_core.cpp

    r23669 r23729  
    9393                                        femmodel->InitMeanOutputx(&stackedinput[0],numaveragedinput);
    9494
    95                                         while(hydrotime<time-(yts*DBL_EPSILON)){ //loop on hydro dts
     95                                        //while(hydrotime<time-(yts*DBL_EPSILON)){ //loop on hydro dts
     96                                        while(hydrostep<hydroslices){ //loop on hydro dts
    9697                                                hydrostep+=1;
    9798                                                hydrotime+=hydrodt;
Note: See TracChangeset for help on using the changeset viewer.