aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-12 18:50:14 +0100
committerThomas White <taw@physics.org>2009-11-12 18:50:14 +0100
commit857cc8c991a5ee4e717d01822da271ae34f5adaa (patch)
tree891d9f6e63370871726fe78d23d8b6e3796d92fc /src/hdf5-file.h
parentc9a551b872ae4eb16a606d46a7cf118af24f75f5 (diff)
Add 'detector' module
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 7f74efa3..a263368a 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -18,7 +18,7 @@
#include <stdint.h>
-extern int hdf5_write(const char *filename, const double *data,
+extern int hdf5_write(const char *filename, const uint16_t *data,
int width, int height);
extern int hdf5_read(struct image *image, const char *filename);