aboutsummaryrefslogtreecommitdiff
path: root/src/reintegrate.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-15 16:17:02 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commit1b4fa114decd9c36324feed00296cb40088a9062 (patch)
tree2d313458c29c6f4ac5de5513639020558eaaa556 /src/reintegrate.c
parentfcde5d4f2fd95845402b86c3838f15b6632a8071 (diff)
Zap quats
The "orientation" quaternion should not rotate the Ewald sphere, but the crystal. This cleans things up a little, removing "orientation" from "struct image".
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r--src/reintegrate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c
index 220cad26..906d1859 100644
--- a/src/reintegrate.c
+++ b/src/reintegrate.c
@@ -112,12 +112,6 @@ static void process_image(void *pg, int cookie)
image.n_cpeaks = 0;
image.det = pargs->det;
- /* View head-on (unit cell is tilted) */
- image.orientation.w = 1.0;
- image.orientation.x = 0.0;
- image.orientation.y = 0.0;
- image.orientation.z = 0.0;
-
STATUS("Processing '%s'\n", apargs->filename);
hdfile = hdfile_open(apargs->filename);