Changeset 25116
- Timestamp:
- 06/22/20 21:40:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.py ΒΆ
r25100 r25116 129 129 # 130 130 if options.exist('refine'): 131 subprocess.call('gmsh - tol 1e-8 -2 -format msh2 sphere.geo -bgm sphere.pos', shell=True)131 subprocess.call('gmsh -v 0 -tol 1e-8 -2 -format msh2 sphere.geo -bgm sphere.pos', shell=True) 132 132 else: 133 subprocess.call('gmsh - tol 1e-8 -2 -format msh2 sphere.geo', shell=True)133 subprocess.call('gmsh -v 0 -tol 1e-8 -2 -format msh2 sphere.geo', shell=True) 134 134 135 135 #import mesh: {{{
Note:
See TracChangeset
for help on using the changeset viewer.