diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ int main(int argc, char *argv[]) image.qvecs = NULL; 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); |