Changeset 15954 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 08/26/13 12:04:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15941 r15954 11229 11229 for(i=0;i<NUMVERTICES;i++){ 11230 11230 /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */ 11231 if( reCast<bool,IssmDouble>(old_floating_ice[nodes[i]->Sid()])){11231 if(phi[i]<=0){ 11232 11232 if(b[i]<=r[i]){ 11233 11233 b[i] = r[i];
Note:
See TracChangeset
for help on using the changeset viewer.