Changeset 28250


Ignore:
Timestamp:
05/03/24 09:07:45 (11 months ago)
Author:
Mathieu Morlighem
Message:
BUG: should use 2
for OR
File:
1 edited

Legend:

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

    r28073 r28250  
    12811281
    12821282        // SHORTWAVE FUNCTION
    1283         if (swIdx == 0 | (dIce - d[0])<Dtol) {// all sw radation is absorbed in by the top grid cell
     1283        if (swIdx == 0 || (dIce - d[0])<Dtol) {// all sw radation is absorbed in by the top grid cell
    12841284
    12851285                // calculate surface shortwave radiation fluxes [W m-2]
Note: See TracChangeset for help on using the changeset viewer.