Changeset 17761 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 04/17/14 16:16:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r17759 r17761 4378 4378 /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */ 4379 4379 if(phi[i] >= 0.){ 4380 if(b[i] < r[i]){4381 4380 b[i] = r[i]; 4382 }4383 4381 } 4384 4382 }
Note:
See TracChangeset
for help on using the changeset viewer.