added defaults (bugfix)

This commit is contained in:
Martin Diehl 2016-08-01 16:43:14 +02:00
parent 71095832a4
commit 6c82641713
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ parser.add_option('-q', '--quaternion',
parser.set_defaults(output = [],
symmetry = damask.Symmetry.lattices[-1],
rotation = (0.,1.,1.,1.), # no rotation about 1,1,1
labrotation = (0.,1.,1.,1.), # no rotation about 1,1,1
crystalrotation = (0.,1.,1.,1.), # no rotation about 1,1,1
degrees = False,
)