changed default threshold to 0.0
This commit is contained in:
parent
682a98b704
commit
1df9be233d
|
@ -47,7 +47,7 @@ parser.add_option('-c', '--configuration', dest='config', action='store_true', \
|
||||||
help='output material configuration')
|
help='output material configuration')
|
||||||
|
|
||||||
parser.set_defaults(column = 1)
|
parser.set_defaults(column = 1)
|
||||||
parser.set_defaults(threshold = sys.maxint)
|
parser.set_defaults(threshold = 0.0)
|
||||||
parser.set_defaults(homogenization = 1)
|
parser.set_defaults(homogenization = 1)
|
||||||
parser.set_defaults(phase = [1,2])
|
parser.set_defaults(phase = [1,2])
|
||||||
parser.set_defaults(crystallite = 1)
|
parser.set_defaults(crystallite = 1)
|
||||||
|
|
Loading…
Reference in New Issue