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/test452.m

    r10960 r10976  
    2929        1e-11,1e-11,1e-11,1e-13};
    3030field_values={...
    31         PatchToVec(md.results.TransientSolution(1).Bed),...
    32         PatchToVec(md.results.TransientSolution(1).Surface),...
    33         PatchToVec(md.results.TransientSolution(1).Thickness),...
    34         PatchToVec(md.results.TransientSolution(1).MaskElementonfloatingice),...
    35         PatchToVec(md.results.TransientSolution(2).Bed),...
    36         PatchToVec(md.results.TransientSolution(2).Surface),...
    37         PatchToVec(md.results.TransientSolution(2).Thickness),...
    38         PatchToVec(md.results.TransientSolution(2).MaskElementonfloatingice),...
    39         PatchToVec(md.results.TransientSolution(3).Bed),...
    40         PatchToVec(md.results.TransientSolution(3).Surface),...
    41         PatchToVec(md.results.TransientSolution(3).Thickness),...
    42         PatchToVec(md.results.TransientSolution(3).MaskElementonfloatingice),...
     31        (md.results.TransientSolution(1).Bed),...
     32        (md.results.TransientSolution(1).Surface),...
     33        (md.results.TransientSolution(1).Thickness),...
     34        (md.results.TransientSolution(1).MaskElementonfloatingice),...
     35        (md.results.TransientSolution(2).Bed),...
     36        (md.results.TransientSolution(2).Surface),...
     37        (md.results.TransientSolution(2).Thickness),...
     38        (md.results.TransientSolution(2).MaskElementonfloatingice),...
     39        (md.results.TransientSolution(3).Bed),...
     40        (md.results.TransientSolution(3).Surface),...
     41        (md.results.TransientSolution(3).Thickness),...
     42        (md.results.TransientSolution(3).MaskElementonfloatingice),...
    4343        };
Note: See TracChangeset for help on using the changeset viewer.