changed default threshold to 0.0

This commit is contained in:
Philip Eisenlohr 2012-11-08 17:08:41 +00:00
parent 682a98b704
commit 1df9be233d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ parser.add_option('-c', '--configuration', dest='config', action='store_true', \
help='output material configuration')
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(phase = [1,2])
parser.set_defaults(crystallite = 1)