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

    r9725 r10976  
    3030field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    3131field_values={...
    32         PatchToVec(md.results.DiagnosticSolution.Gradient1),...
     32        (md.results.DiagnosticSolution.Gradient1),...
    3333        md.results.DiagnosticSolution.J,...
    34         PatchToVec(md.results.DiagnosticSolution.MaterialsRheologyB),...
    35         PatchToVec(md.results.DiagnosticSolution.Pressure),...
    36         PatchToVec(md.results.DiagnosticSolution.Vel),...
    37         PatchToVec(md.results.DiagnosticSolution.Vx),...
    38         PatchToVec(md.results.DiagnosticSolution.Vy)
     34        (md.results.DiagnosticSolution.MaterialsRheologyB),...
     35        (md.results.DiagnosticSolution.Pressure),...
     36        (md.results.DiagnosticSolution.Vel),...
     37        (md.results.DiagnosticSolution.Vx),...
     38        (md.results.DiagnosticSolution.Vy)
    3939};
Note: See TracChangeset for help on using the changeset viewer.