From 7ca19e41730aaa036609e5842bd212437245f75c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 21 Jul 2014 10:13:26 +0200 Subject: Swap loop order in unpack_panels() --- libcrystfel/src/hdf5-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 08e1c5e3..1ee61245 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -549,8 +549,8 @@ static int unpack_panels(struct image *image, struct detector *det) return 1; } - for ( fs=0; fsw; fs++ ) { for ( ss=0; ssh; ss++ ) { + for ( fs=0; fsw; fs++ ) { int idx; int cfs, css; -- cgit v1.2.3