Changeset 4834


Ignore:
Timestamp:
07/27/10 13:36:50 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor bug

File:
1 edited

Legend:

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

    r4798 r4834  
    146146        field_names={'SlopeX','SlopeY'};
    147147        slopex=zeros(md.numberofgrids,1);
    148         slopex(md.results.BedSolution.BedSlopeX.index)=md.results.BedSolution.BedSlopeX.value;
     148        slopex(md.results.BedSlopeSolution.BedSlopeX.index)=md.results.BedSlopeSolution.BedSlopeX.value;
    149149        slopey=zeros(md.numberofgrids,1);
    150         slopey(md.results.BedSolution.BedSlopeY.index)=md.results.BedSolution.BedSlopeY.value;
     150        slopey(md.results.BedSlopeSolution.BedSlopeY.index)=md.results.BedSlopeSolution.BedSlopeY.value;
    151151        field_values={slopex,slopey};
    152152
Note: See TracChangeset for help on using the changeset viewer.