diff options
author | Thomas White <taw@physics.org> | 2010-01-13 11:00:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-13 11:00:15 +0100 |
commit | 2b9f975b8eddd9ea434198f3dca03b5a3950c351 (patch) | |
tree | fac5366d7529fe12994a233edf5dff52689b4cfc /src | |
parent | 4608ebe9d1ae984667cf2d20f23fbf8807064afc (diff) |
Fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 2 |
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 */ |