From 857cc8c991a5ee4e717d01822da271ae34f5adaa Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Nov 2009 18:50:14 +0100 Subject: Add 'detector' module --- src/hdf5-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hdf5-file.h') 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 -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); -- cgit v1.2.3