Changeset 15954
- Timestamp:
- 08/26/13 12:04:28 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 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]; -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15941 r15954 7339 7339 for(i=0;i<NUMVERTICES;i++){ 7340 7340 /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */ 7341 if( reCast<bool>(old_floating_ice[nodes[i]->Sid()])){7341 if(phi[i]<=0){ 7342 7342 if(b[i]<=r[i]){ 7343 7343 b[i] = r[i];
Note:
See TracChangeset
for help on using the changeset viewer.