Changeset 16576


Ignore:
Timestamp:
10/29/13 15:44:11 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: taoinversion and inversion have now the same cost_functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/inversion.m

    r16307 r16576  
    4141                                                obj.nsteps                      = in.nsteps;
    4242                                                obj.maxiter_per_step            = 10*ones(in.nsteps,1);
    43                                                 obj.cost_functions              = repmat(in.cost_functions,in.nsteps,1);
     43                                                obj.cost_functions              = in.cost_functions;
    4444                                                obj.cost_functions_coefficients = in.cost_functions_coefficients;
    4545                                                obj.gradient_scaling            = 100*ones(in.nsteps,1);
Note: See TracChangeset for help on using the changeset viewer.