aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index c7f0279c..5204b15e 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -261,11 +261,11 @@ int main(int argc, char *argv[])
ERROR("Couldn't open molecule.pdb\n");
return 1;
}
- record_image(&image, 0, 0, 0);
+ record_image(&image, 0, 0);
hdf5_write("simulated.h5", image.data,
image.width, image.height,
- H5T_NATIVE_INT16);
+ H5T_NATIVE_FLOAT);
}