aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-13 11:00:15 +0100
committerThomas White <taw@physics.org>2010-01-13 11:00:15 +0100
commit2b9f975b8eddd9ea434198f3dca03b5a3950c351 (patch)
treefac5366d7529fe12994a233edf5dff52689b4cfc /src/indexamajig.c
parent4608ebe9d1ae984667cf2d20f23fbf8807064afc (diff)
Fussiness
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 3d5bdd27..797abd97 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -148,10 +148,10 @@ int main(int argc, char *argv[])
if ( image.molecule == NULL ) continue;
/* 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;
- image.orientation.w = 1.0;
get_ewald(&image);
/* Read h,k,l,I */