Changeset 25116


Ignore:
Timestamp:
06/22/20 21:40:33 (5 years ago)
Author:
jdquinn
Message:

CHG: Setting verbosity to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.py ΒΆ

    r25100 r25116  
    129129    #
    130130    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)
    132132    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)
    134134
    135135    #import mesh:  {{{
Note: See TracChangeset for help on using the changeset viewer.