Changeset 19018
- Timestamp:
- 01/20/15 13:08:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp
r18959 r19018 302 302 303 303 norm_calving=0.; 304 for(i=0;i<dim;i++) norm_calving+= pow(c[i],2);304 for(i=0;i<dim;i++) norm_calving+=c[i]*c[i]; 305 305 norm_calving=sqrt(norm_calving)+1.e-14; 306 306
Note:
See TracChangeset
for help on using the changeset viewer.