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

    r9703 r10976  
    1111field_tolerances={1e-09,1e-09,1e-10,1e-10,1e-10};
    1212field_values={...
    13         PatchToVec(md.results.DiagnosticSolution.Vx),...
    14         PatchToVec(md.results.DiagnosticSolution.Vy),...
    15         PatchToVec(md.results.DiagnosticSolution.Vz),...
    16         PatchToVec(md.results.DiagnosticSolution.Vel),...
    17         PatchToVec(md.results.DiagnosticSolution.Pressure),...
     13        (md.results.DiagnosticSolution.Vx),...
     14        (md.results.DiagnosticSolution.Vy),...
     15        (md.results.DiagnosticSolution.Vz),...
     16        (md.results.DiagnosticSolution.Vel),...
     17        (md.results.DiagnosticSolution.Pressure),...
    1818        };
Note: See TracChangeset for help on using the changeset viewer.