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

    r9725 r10976  
    2525field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    2626field_values={...
    27         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     27        (md.results.DiagnosticSolution.Gradient1),...
    2828        md.results.DiagnosticSolution.J,...
    29         PatchToVec(md.results.DiagnosticSolution.FrictionCoefficient),...
    30         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    31         PatchToVec(md.results.DiagnosticSolution.Vel),...
    32         PatchToVec(md.results.DiagnosticSolution.Vx),...
    33         PatchToVec(md.results.DiagnosticSolution.Vy)
     29        (md.results.DiagnosticSolution.FrictionCoefficient),...
     30        (md.results.DiagnosticSolution.Pressure),...
     31        (md.results.DiagnosticSolution.Vel),...
     32        (md.results.DiagnosticSolution.Vx),...
     33        (md.results.DiagnosticSolution.Vy)
    3434};
Note: See TracChangeset for help on using the changeset viewer.