Changeset 23729
- Timestamp:
- 02/15/19 07:30:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/hydrology_core.cpp
r23669 r23729 93 93 femmodel->InitMeanOutputx(&stackedinput[0],numaveragedinput); 94 94 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 96 97 hydrostep+=1; 97 98 hydrotime+=hydrodt;
Note:
See TracChangeset
for help on using the changeset viewer.