Changeset 6364


Ignore:
Timestamp:
10/21/10 12:30:30 (14 years ago)
Author:
Eric.Larour
Message:

Added Surface retrieval

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/tres.m

    r6248 r6364  
    5454                if ~isempty(md.results.Transient2DSolution(i).Vel),
    5555                        results2(count).Vel=PatchToVec(md.results.Transient2DSolution(i).Vel);
     56                        results2(count).Surface=PatchToVec(md.results.Transient2DSolution(i).Surface);
    5657                        results2(count).Thickness=PatchToVec(md.results.Transient2DSolution(i).Thickness);
    5758                        results2(count).time=md.results.Transient2DSolution(i).time;
Note: See TracChangeset for help on using the changeset viewer.