Changeset 21669


Ignore:
Timestamp:
04/12/17 15:52:48 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp

    r21626 r21669  
    277277                                vel=sqrt(v[0]*v[0] + v[1]*v[1]);
    278278                                if(calvingrate>calvingmax+vel) calvingrate = vel+calvingmax;
    279                                 if(groundedice<0) meltingrate = 0;
     279                                if(groundedice<0) meltingrate = 0.;
    280280
    281281                                norm_dlsf=0.;
Note: See TracChangeset for help on using the changeset viewer.