Changeset 23695
- Timestamp:
- 02/05/19 11:10:17 (6 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp
r23657 r23695 718 718 gauss->GaussNode(element->GetElementType(),in); 719 719 Node* node=element->GetNode(in); 720 if(!node->IsActive()) continue; 721 720 722 H_input->GetInputValue(&thickness,gauss); 721 723 if(thickness<min_thickness){ … … 755 757 gauss->GaussNode(element->GetElementType(),in); 756 758 Node* node=element->GetNode(in); 759 if(!node->IsActive()) continue; 760 757 761 H_input->GetInputValue(&thickness,gauss); 758 762 bed_input->GetInputValue(&water_depth,gauss); … … 800 804 gauss->GaussNode(element->GetElementType(),in); 801 805 Node* node=element->GetNode(in); 806 if(!node->IsActive()) continue; 807 802 808 crevassedepth_input->GetInputValue(&crevassedepth,gauss); 803 809 bed_input->GetInputValue(&bed,gauss); … … 882 888 gauss->GaussNode(element->GetElementType(),in); 883 889 Node* node=element->GetNode(in); 890 if(!node->IsActive()) continue; 884 891 885 892 if(constraint_nodes[node->Sid()]>0.){ -
issm/trunk-jpl/src/c/modules/Calvingx/Calvingx.cpp
r22488 r23695 17 17 case DefaultCalvingEnum: 18 18 case CalvingMinthicknessEnum: 19 break;20 19 case CalvingHabEnum: 21 20 break;
Note:
See TracChangeset
for help on using the changeset viewer.