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

    r9877 r10976  
    4040
    4141        %Plot the results and save them
    42         vx=PatchToVec(md.results.DiagnosticSolution.Vx);
    43         vy=PatchToVec(md.results.DiagnosticSolution.Vy);
    44         vz=PatchToVec(md.results.DiagnosticSolution.Vz);
     42        vx=(md.results.DiagnosticSolution.Vx);
     43        vy=(md.results.DiagnosticSolution.Vy);
     44        vz=(md.results.DiagnosticSolution.Vz);
    4545        results{i}=md.results.DiagnosticSolution;
    4646
     
    6969        result=results{i};
    7070        field_values={field_values{:},...
    71                 PatchToVec(result.Vx),...
    72                 PatchToVec(result.Vy),...
    73                 PatchToVec(result.Vz),...
     71                (result.Vx),...
     72                (result.Vy),...
     73                (result.Vz),...
    7474                };
    7575end
Note: See TracChangeset for help on using the changeset viewer.