diff options
-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); |