From 6c826417132f6b3a04b504198a9f184368e7fae3 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 1 Aug 2016 16:43:14 +0200 Subject: [PATCH] added defaults (bugfix) --- processing/post/addOrientations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/post/addOrientations.py b/processing/post/addOrientations.py index 6a6219a5a..c778e67b0 100755 --- a/processing/post/addOrientations.py +++ b/processing/post/addOrientations.py @@ -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, )