Changeset 24752


Ignore:
Timestamp:
04/27/20 20:25:13 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/io/Marshalling/IoCodeConversions.cpp

    r24750 r24752  
    262262                case 3: return MaticeEnum;
    263263                case 4: return MatenhancediceEnum;
    264                 case 5: return MaterialsEnum;
     264                //case 5: return MaterialsEnum; //This should not happen anymore
     265                case 6: return MatlithoEnum;
     266                case 7: return MathydroEnum;
    265267                default: _error_("Marshalled materials code \""<<enum_in<<"\" not supported yet");
    266268        }
Note: See TracChangeset for help on using the changeset viewer.