diff options
author | Thomas White <taw@physics.org> | 2012-10-20 05:42:49 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-20 05:42:49 -0700 |
commit | f8e58b42627f7713ff6e021af24e1f2dbd9d8b0d (patch) | |
tree | 1b5255d5ed718c4360f9fcdf65a7f7987395c643 /libcrystfel/src/hdf5-file.c | |
parent | f6a9b2804e0d92663ff4df2b084505d59055b548 (diff) |
Extreme fussiness
Diffstat (limited to 'libcrystfel/src/hdf5-file.c')
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 18652566..bb11adac 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -227,7 +227,6 @@ void hdfile_close(struct hdfile *f) } - /* Deprecated */ int hdf5_write(const char *filename, const void *data, int width, int height, int type) |