diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ambigator.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index b4e4b8f8..64cb0636 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -43,6 +43,7 @@ #include <gsl/gsl_rng.h> #include <gsl/gsl_permutation.h> #include <gsl/gsl_randist.h> +#include <hdf5.h> #include <image.h> #include <utils.h> @@ -1254,8 +1255,6 @@ int main(int argc, char *argv[]) struct image cur; int i; - cur.det = NULL; - if ( read_chunk(st, &cur, NULL, STREAM_READ_UNITCELL | STREAM_READ_REFLECTIONS) != 0 ) { |