From 2b9f975b8eddd9ea434198f3dca03b5a3950c351 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 13 Jan 2010 11:00:15 +0100 Subject: Fussiness --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indexamajig.c') 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 */ -- cgit v1.2.3