Changeset 8108


Ignore:
Timestamp:
05/02/11 17:51:27 (14 years ago)
Author:
Eric.Larour
Message:

correcting some data transfer when no grounding line migration

File:
1 edited

Legend:

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

    r7679 r8108  
    6666                        results2(count).time=md.results.Transient2DSolution(i).time;
    6767                        results2(count).step=md.results.Transient2DSolution(i).step;
    68                         if md.gl_migration,
     68                        if md.gl_migration~=NoneEnum,
    6969                                results2(count).ElementOnIceShelf=md.results.Transient2DSolution(i).ElementOnIceShelf;
    7070                        end
Note: See TracChangeset for help on using the changeset viewer.