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

    r9703 r10976  
    1010field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    12         PatchToVec(md.results.TransientSolution(1).Vx),...
    13         PatchToVec(md.results.TransientSolution(1).Vy),...
    14         PatchToVec(md.results.TransientSolution(1).Vel),...
    15         PatchToVec(md.results.TransientSolution(1).Pressure),...
    16         PatchToVec(md.results.TransientSolution(1).Bed),...
    17         PatchToVec(md.results.TransientSolution(1).Surface),...
    18         PatchToVec(md.results.TransientSolution(1).Thickness),...
    19         PatchToVec(md.results.TransientSolution(2).Vx),...
    20         PatchToVec(md.results.TransientSolution(2).Vy),...
    21         PatchToVec(md.results.TransientSolution(2).Vel),...
    22         PatchToVec(md.results.TransientSolution(2).Pressure),...
    23         PatchToVec(md.results.TransientSolution(2).Bed),...
    24         PatchToVec(md.results.TransientSolution(2).Surface),...
    25         PatchToVec(md.results.TransientSolution(2).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
    2626        };
Note: See TracChangeset for help on using the changeset viewer.