diff options
author | Thomas White <taw@physics.org> | 2010-11-15 16:17:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | 1b4fa114decd9c36324feed00296cb40088a9062 (patch) | |
tree | 2d313458c29c6f4ac5de5513639020558eaaa556 /src/facetron.c | |
parent | fcde5d4f2fd95845402b86c3838f15b6632a8071 (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/facetron.c')
-rw-r--r-- | src/facetron.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |