Changeset 17593


Ignore:
Timestamp:
03/28/14 10:17:27 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed grounding line migration type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/groundingline.py

    r17590 r17593  
    4242        def checkconsistency(self,md,solution,analyses):    # {{{
    4343
    44                 md = checkfield(md,'fieldname','groundingline.migration','values',['None','AgressiveMigration','SoftMigration','SubelementMigration','SubelementMigration2' 'Contact'])
     44                md = checkfield(md,'fieldname','groundingline.migration','values',['None','AgressiveMigration','SoftMigration','SubelementMigration','SubelementMigration2','Contact'])
    4545
    4646                if not m.strcmp(self.migration,'None'):
Note: See TracChangeset for help on using the changeset viewer.