Changeset 26684 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 12/01/21 12:19:06 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r26653 r26684 3549 3549 Element::GetInputListOnVertices(&lsf[0],MaskIceLevelsetEnum); 3550 3550 /*Deal with partially ice-covered elements*/ 3551 if( false && (lsf[0]*lsf[1]<=0 || lsf[0]*lsf[2]<=0 || lsf[1]*lsf[2]<=0)){3551 if(lsf[0]*lsf[1]<=0 || lsf[0]*lsf[2]<=0 || lsf[1]*lsf[2]<=0){ 3552 3552 bool istrapneg; 3553 3553 int point; … … 5496 5496 /*Now get the average SMB over the element*/ 5497 5497 Element::GetInputListOnVertices(&lsf[0],MaskIceLevelsetEnum); 5498 if( false && (lsf[0]*lsf[1]<=0 || lsf[0]*lsf[2]<=0 || lsf[1]*lsf[2]<=0)){5498 if(lsf[0]*lsf[1]<=0 || lsf[0]*lsf[2]<=0 || lsf[1]*lsf[2]<=0){ 5499 5499 /*Partially ice-covered element*/ 5500 5500 bool mainlyice;
Note:
See TracChangeset
for help on using the changeset viewer.