Changeset 25418


Ignore:
Timestamp:
08/17/20 13:23:04 (5 years ago)
Author:
Cheng Gong
Message:

BUG: fixed a bug which may cause some of the constraints not be correctly imposed and a wrong value of the gradient calculation in using m1qn3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controlm1qn3_core.cpp

    r25330 r25418  
    216216        femmodel->parameters->FindParam(&num_responses,InversionNumCostFunctionsEnum);
    217217        femmodel->parameters->FindParam(&N,NULL,ControlInputSizeNEnum);
    218         femmodel->parameters->FindParam(&M,NULL,ControlInputSizeNEnum);
     218        femmodel->parameters->FindParam(&M,NULL,ControlInputSizeMEnum);
    219219        femmodel->parameters->FindParam(&num_controls,InversionNumControlParametersEnum);
    220220        femmodel->parameters->FindParamAndMakePassive(&scaling_factors,NULL,InversionControlScalingFactorsEnum);
Note: See TracChangeset for help on using the changeset viewer.