Changeset 18360


Ignore:
Timestamp:
08/11/14 08:44:54 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed wrong enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Element.cpp

    r18358 r18360  
    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}
Note: See TracChangeset for help on using the changeset viewer.