Changeset 24751


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

CHG: trying to fix py

File:
1 edited

Legend:

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

    r24213 r24751  
    1919            intnat[i] = 4
    2020        elif strnat[i] == 'litho':
    21             intnat[i] = 5
     21            intnat[i] = 6
     22        elif strnat[i] == 'hydro':
     23            intnat[i] = 7
    2224        else:
    2325            raise RuntimeError("materials constructor error message: nature of the material not supported yet! (''ice'' or ''litho'')")
Note: See TracChangeset for help on using the changeset viewer.