Changeset 25099
- Timestamp:
- 06/22/20 11:31:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.py
r25098 r25099 31 31 if errs != '': 32 32 raise Exception("gmshplanet: call to gmsh failed: {}".format(errs)) 33 gmshmajorversion = outs33 gmshmajorversion = int(outs) 34 34 if gmshmajorversion not in [3, 4]: 35 35 raise RuntimeError("gmshplanet: Gmsh major version {} not supported!".format( gmshmajorversion))
Note:
See TracChangeset
for help on using the changeset viewer.