Changeset 22156


Ignore:
Timestamp:
10/09/17 18:55:08 (7 years ago)
Author:
Eric.Larour
Message:

CHG: minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp

    r22155 r22156  
    111111         * not already done by the mass trasnport module. For ice caps, they rely on the transient mass
    112112         * transport module exclusively:*/
    113         if(iscoupler) if(modelid==earthid) if(istransientmasstransport) EarthMassTransport(femmodel);
     113        if(iscoupler) if(modelid==earthid) if(!istransientmasstransport) EarthMassTransport(femmodel);
    114114
    115115        /*increment counter, or call solution core if count==frequency:*/
     
    162162
    163163                //reset cumdeltathickness  to 0:
    164                 InputUpdateFromConstantx(femmodel,0,SealevelriseCumDeltathicknessEnum);
     164                InputUpdateFromConstantx(femmodel,0.0,SealevelriseCumDeltathicknessEnum);
    165165        }
    166166
Note: See TracChangeset for help on using the changeset viewer.