Changeset 24280


Ignore:
Timestamp:
10/25/19 14:17:13 (5 years ago)
Author:
schlegel
Message:

CHG: minor, add tolerance to Water check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp

    r24279 r24280  
    14831483
    14841484                        // break loop if there is no meltwater and if depth is > mw_depth
    1485                         if (inM == 0.0 && i > X){
     1485                        if (fabs(inM) < Wtol && i > X){
    14861486                                break;
    14871487                        }
Note: See TracChangeset for help on using the changeset viewer.