Changeset 22851


Ignore:
Timestamp:
06/20/18 09:31:43 (7 years ago)
Author:
erobo
Message:

CHG: fix bug on min and max for adolc m1qn3

File:
1 edited

Legend:

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

    r22828 r22851  
    16511651                        values_max[i] = max_vector[vertexids[i]-1];
    16521652                }
    1653                 this->AddControlInput(input_enum,values,min_vector,max_vector,P1Enum,id);
     1653                this->AddControlInput(input_enum,values,values_min,values_max,P1Enum,id);
    16541654        }
    16551655
Note: See TracChangeset for help on using the changeset viewer.