Changeset 21669
- Timestamp:
- 04/12/17 15:52:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp
r21626 r21669 277 277 vel=sqrt(v[0]*v[0] + v[1]*v[1]); 278 278 if(calvingrate>calvingmax+vel) calvingrate = vel+calvingmax; 279 if(groundedice<0) meltingrate = 0 ;279 if(groundedice<0) meltingrate = 0.; 280 280 281 281 norm_dlsf=0.;
Note:
See TracChangeset
for help on using the changeset viewer.