Ignore:
Timestamp:
08/31/11 11:11:51 (14 years ago)
Author:
Mathieu Morlighem
Message:

converted md.groundingline_migration to string

File:
1 edited

Legend:

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

    r9390 r9517  
    6666                        results2(count).time=md.results.TransientSolution(i).time;
    6767                        results2(count).step=md.results.TransientSolution(i).step;
    68                         if md.groundingline_migration~=NoneEnum,
     68                        if ~strcmpi(md.groundingline_migration,'None'),
    6969                                results2(count).ElementOnIceShelf=md.results.TransientSolution(i).ElementOnIceShelf;
    7070                        end
Note: See TracChangeset for help on using the changeset viewer.