Changeset 7341


Ignore:
Timestamp:
02/04/11 14:09:12 (14 years ago)
Author:
Eric.Larour
Message:

Need exact locations of grounding line, not approximate

File:
1 edited

Legend:

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

    r7083 r7341  
    6262                        results2(count).step=md.results.Transient2DSolution(i).step;
    6363                        if md.gl_migration,
    64                                 results2(count).ElementOnIceShelf=PatchToVec(md.results.Transient2DSolution(i).ElementOnIceShelf);
     64                                results2(count).ElementOnIceShelf=md.results.Transient2DSolution(i).ElementOnIceShelf;
    6565                        end
    6666                        count=count+1;
Note: See TracChangeset for help on using the changeset viewer.