Ignore:
Timestamp:
08/02/13 13:41:59 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: Added P1bubble and P1bubblecondensed elements for all solutions (to be tested) and replaced MaximumNumberOfEnums by MaximumNumberOfDefinitionsEnum so that Enum synchronization errors are detected for people using mki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/marshall.py

    r15131 r15689  
    2222
    2323        #First, write MaximumNumberOfEnum to make sure that the Enums are synchronized
    24         WriteData(fid,'enum',MaximumNumberOfEnums(),'data',True,'format','Boolean')
     24        WriteData(fid,'enum',MaximumNumberOfDefinitionsEnum(),'data',True,'format','Boolean')
    2525
    2626        #Go through all model fields: check that it is a class and call checkconsistency
Note: See TracChangeset for help on using the changeset viewer.