Changeset 25096
- Timestamp:
- 06/22/20 10:38:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.py
r25095 r25096 33 33 gmshmajorversion = outs 34 34 if gmshmajorversion not in [3, 4]: 35 raise RuntimeError( 'gmshplanet: Gmsh major version %s not supported!' % gmshmajorversion)35 raise RuntimeError("gmshplanet: Gmsh major version {} not supported!".format( gmshmajorversion)) 36 36 37 37 #process options
Note:
See TracChangeset
for help on using the changeset viewer.