diff options
author | Thomas White <taw@physics.org> | 2009-11-19 19:33:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-19 19:33:41 +0100 |
commit | c72fcf4bc2a9f46daf6cbcb14ac2fc388696de09 (patch) | |
tree | c1b44dbc2eee52df3e53a76bc9bf295e4716391e /src | |
parent | da1167955e843460414cc6caa2af0979f36caf4c (diff) |
Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,10 +116,10 @@ again: image.sfacs = NULL; image.data = NULL; image.twotheta = NULL; - + /* Splurge a few useful numbers */ printf("Wavelength is %f nm\n", image.lambda/1.0e-9); - + get_diffraction(&image, cell); record_image(&image); |