Changeset 23243


Ignore:
Timestamp:
09/10/18 21:18:59 (7 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing compilation

File:
1 edited

Legend:

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

    r23242 r23243  
    427427                        IssmDouble a0 = min(0.98, 1 - 1.58 *pow(gsz,0.5));
    428428                        // 0.8 - 1.5um
    429                         IssmDouble a1 = max(0, 0.95 - 15.4 *pow(gsz,0.5));
     429                        IssmDouble a1 = max(0., 0.95 - 15.4 *pow(gsz,0.5));
    430430                        // 1.5 - 2.8um
    431431                        IssmDouble a2 = max(0.127, 0.88 + 346.3*gsz - 32.31*pow(gsz,0.5));
Note: See TracChangeset for help on using the changeset viewer.