Changeset 6364
- Timestamp:
- 10/21/10 12:30:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/tres.m
r6248 r6364 54 54 if ~isempty(md.results.Transient2DSolution(i).Vel), 55 55 results2(count).Vel=PatchToVec(md.results.Transient2DSolution(i).Vel); 56 results2(count).Surface=PatchToVec(md.results.Transient2DSolution(i).Surface); 56 57 results2(count).Thickness=PatchToVec(md.results.Transient2DSolution(i).Thickness); 57 58 results2(count).time=md.results.Transient2DSolution(i).time;
Note:
See TracChangeset
for help on using the changeset viewer.