Ignore:
Timestamp:
10/07/13 10:54:18 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: md.inversion.cost_functions is now only one line (i.e., we cannot change the cost function during the optimization)

File:
1 edited

Legend:

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

    r16275 r16307  
    10501050        /*Recover parameters*/
    10511051        parameters->FindParam(&num_responses,InversionNumCostFunctionsEnum);
    1052         parameters->FindParam(&responses,NULL,NULL,StepResponsesEnum);
     1052        parameters->FindParam(&responses,NULL,InversionCostFunctionsEnum);
    10531053
    10541054        /*Get response*/
Note: See TracChangeset for help on using the changeset viewer.