Changeset 22497


Ignore:
Timestamp:
03/03/18 14:56:18 (7 years ago)
Author:
Mathieu Morlighem
Message:
BUG: use
instead of |
File:
1 edited

Legend:

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

    r22496 r22497  
    401401        const IssmDouble dSnow = 300;   // density of fresh snow [kg m-3]       
    402402
    403         if(aIdx==0 | (adThresh - d[0]<Dtol)){
     403        if(aIdx==0 || (adThresh - d[0]<Dtol)){
    404404                a[0] = aValue;
    405405        }
Note: See TracChangeset for help on using the changeset viewer.