From 1b4fa114decd9c36324feed00296cb40088a9062 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 15 Nov 2010 16:17:02 +0100 Subject: 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". --- src/facetron.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/facetron.c') diff --git a/src/facetron.c b/src/facetron.c index 02de26f5..53fb00f2 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -412,10 +412,6 @@ int main(int argc, char *argv[]) images[i].filename = fnamereal; images[i].div = beam->divergence; images[i].bw = beam->bandwidth; - images[i].orientation.w = 1.0; - images[i].orientation.x = 0.0; - images[i].orientation.y = 0.0; - images[i].orientation.z = 0.0; images[i].det = det; images[i].beam = beam; -- cgit v1.2.3