Changeset 24751
- Timestamp:
- 04/27/20 20:06:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/materials.py
r24213 r24751 19 19 intnat[i] = 4 20 20 elif strnat[i] == 'litho': 21 intnat[i] = 5 21 intnat[i] = 6 22 elif strnat[i] == 'hydro': 23 intnat[i] = 7 22 24 else: 23 25 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.