Ignore:
Timestamp:
11/29/11 16:52:22 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed all PatchToVec not needed anymore as default is md.settings.results_as_patches = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test213.m

    r9703 r10976  
    1111field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1212field_values={...
    13         PatchToVec(md.results.ThermalSolution(1).Temperature),...
    14         PatchToVec(md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
    15         PatchToVec(md.results.ThermalSolution(2).Temperature),...
    16         PatchToVec(md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
    17         PatchToVec(md.results.ThermalSolution(3).Temperature),...
    18         PatchToVec(md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
     13        (md.results.ThermalSolution(1).Temperature),...
     14        (md.results.ThermalSolution(1).BasalforcingsMeltingRate),...
     15        (md.results.ThermalSolution(2).Temperature),...
     16        (md.results.ThermalSolution(2).BasalforcingsMeltingRate),...
     17        (md.results.ThermalSolution(3).Temperature),...
     18        (md.results.ThermalSolution(3).BasalforcingsMeltingRate),...
    1919        };
Note: See TracChangeset for help on using the changeset viewer.