Changeset 5190


Ignore:
Timestamp:
08/12/10 11:51:03 (15 years ago)
Author:
Eric.Larour
Message:

Control output of parameters fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/tres.m

    r5164 r5190  
    2626        end
    2727        if md.control_analysis==1,
    28                 md.(md.results.DiagnosticSolution.control_type)=PatchToVec(md.results.DiagnosticSolution.parameter);
     28                md.(md.control_type)=PatchToVec(md.results.DiagnosticSolution.(md.results.DiagnosticSolution.ControlType))
    2929        end
    3030elseif strcmpi(string,'dakota'),
Note: See TracChangeset for help on using the changeset viewer.