Changeset 18360
- Timestamp:
- 08/11/14 08:44:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r18358 r18360 735 735 IssmDouble input_max = input->Max(); 736 736 for(int i=0;i<numnodes;i++){ 737 if(min[nodes[i]->GetDof(0,G SetEnum)]>input_min) min[nodes[i]->GetDof(0,GSetEnum)] = input_min;738 if(max[nodes[i]->GetDof(0,G SetEnum)]<input_max) max[nodes[i]->GetDof(0,GSetEnum)] = input_max;737 if(min[nodes[i]->GetDof(0,GsetEnum)]>input_min) min[nodes[i]->GetDof(0,GsetEnum)] = input_min; 738 if(max[nodes[i]->GetDof(0,GsetEnum)]<input_max) max[nodes[i]->GetDof(0,GsetEnum)] = input_max; 739 739 } 740 740 }
Note:
See TracChangeset
for help on using the changeset viewer.