added output of default values, still does not run for my geometry
This commit is contained in:
parent
89a8f8d8c0
commit
1ff98296b3
|
@ -140,7 +140,7 @@ parser.add_option('-d', '--distance', dest='d', type='int', \
|
||||||
parser.add_option('-N', '--smooth', dest='N', type='int', \
|
parser.add_option('-N', '--smooth', dest='N', type='int', \
|
||||||
help='N for curvature flow [%default]')
|
help='N for curvature flow [%default]')
|
||||||
parser.add_option('-p', '--processors', dest='p', type='int', nargs = 3, \
|
parser.add_option('-p', '--processors', dest='p', type='int', nargs = 3, \
|
||||||
help='number of threads in x,y,z direction')
|
help='number of threads in x,y,z direction %default')
|
||||||
parser.add_option('-b', '--black', dest='black', action='extend', type='string', \
|
parser.add_option('-b', '--black', dest='black', action='extend', type='string', \
|
||||||
help='indices of stationary microstructures', metavar='<LIST>')
|
help='indices of stationary microstructures', metavar='<LIST>')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue