source:
issm/oecreview/Archive/18296-19100/ISSM-18359-18360.diff
Last change on this file was 19102, checked in by , 10 years ago | |
---|---|
File size: 798 bytes |
-
../trunk-jpl/src/c/classes/Elements/Element.cpp
734 734 IssmDouble input_min = input->Min(); 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 } 741 741 /*}}}*/
Note:
See TracBrowser
for help on using the repository browser.