Changeset 23868
- Timestamp:
- 04/18/19 15:48:50 (6 years ago)
- Location:
- issm/trunk-jpl/src/m/inversions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/inversions/marshallcostfunctions.m
r23108 r23868 13 13 pos=find(cost_functions==506); data(pos) = {'BalancethicknessMisfit'}; 14 14 pos=find(cost_functions==507); data(pos) = {'RheologyBAbsGradient'}; 15 pos=find(cost_functions==508); data(pos) = {'RheologyBInitialguessMisfit'}; 15 16 pos=find(cost_functions==510); data(pos) = {'ThicknessPositive'}; 16 17 pos=find(cost_functions==601); data(pos) = {'SurfaceAbsMisfit'}; -
issm/trunk-jpl/src/m/inversions/supportedcostfunctions.m
r20016 r23868 1 1 function list = supportedcostfunctions(), 2 2 3 list = [101:105 201 501:50 7510 601:604];3 list = [101:105 201 501:508 510 601:604];
Note:
See TracChangeset
for help on using the changeset viewer.