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

    r9725 r10976  
    2424field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    2525field_values={...
    26         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     26        (md.results.DiagnosticSolution.Gradient1),...
    2727        md.results.DiagnosticSolution.J,...
    28         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    29         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    30         PatchToVec(md.results.DiagnosticSolution.Vel),...
    31         PatchToVec(md.results.DiagnosticSolution.Vx),...
    32         PatchToVec(md.results.DiagnosticSolution.Vy)
     28        (md.results.DiagnosticSolution.FrictionCoefficient),...
     29        (md.results.DiagnosticSolution.Pressure),...
     30        (md.results.DiagnosticSolution.Vel),...
     31        (md.results.DiagnosticSolution.Vx),...
     32        (md.results.DiagnosticSolution.Vy)
    3333};
Note: See TracChangeset for help on using the changeset viewer.