source: issm/oecreview/Archive/18296-19100/ISSM-18359-18360.diff

Last change on this file was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 798 bytes
  • ../trunk-jpl/src/c/classes/Elements/Element.cpp

     
    734734        IssmDouble input_min = input->Min();
    735735        IssmDouble input_max = input->Max();
    736736        for(int i=0;i<numnodes;i++){
    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;
     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;
    739739        }
    740740}
    741741/*}}}*/
Note: See TracBrowser for help on using the repository browser.