Changeset 10976 for issm/trunk-jpl/test/NightlyRun/test1104.m
- Timestamp:
- 11/29/11 16:52:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1104.m
r9877 r10976 40 40 41 41 %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); 45 45 results{i}=md.results.DiagnosticSolution; 46 46 … … 69 69 result=results{i}; 70 70 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),... 74 74 }; 75 75 end
Note:
See TracChangeset
for help on using the changeset viewer.