Changeset 4932


Ignore:
Timestamp:
08/02/10 15:08:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

Now result is in rheology2d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/testsgetfields.m

    r4834 r4932  
    2929                parameter=zeros(md.numberofgrids,1);
    3030                if strcmpi(md.control_type,'rheology_B'),
    31                         parameter(md.results.DiagnosticSolution.RheologyB.index)=md.results.DiagnosticSolution.RheologyB.value;
     31                        parameter(md.results.DiagnosticSolution.RheologyB2d.index)=md.results.DiagnosticSolution.RheologyB2d.value;
    3232                elseif strcmpi(md.control_type,'drag_coefficient'),
    3333                        parameter(md.results.DiagnosticSolution.DragCoefficient.index)=md.results.DiagnosticSolution.DragCoefficient.value;
Note: See TracChangeset for help on using the changeset viewer.