diff options
author | Thomas White <taw@physics.org> | 2014-12-12 21:01:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-14 07:17:48 +0100 |
commit | ff74e26ef0dfb7f1584bce67a9d9abf48170eca4 (patch) | |
tree | d10b2f62f7530df4f5a6f6183001f0482dbec99c /libcrystfel/src/hdf5-file.h | |
parent | d5f011beac8badef95a65966935d4fc1b320e292 (diff) |
Fussiness
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r-- | libcrystfel/src/hdf5-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 93ef1d95..84b20798 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -80,7 +80,7 @@ extern int hdfile_is_scalar(struct hdfile *f, const char *name, int verbose); char *hdfile_get_string_value(struct hdfile *f, const char *name, struct event* ev); extern int get_peaks(struct image *image, struct hdfile *f, const char *p, - int cxidb_format, struct filename_plus_event *fpe); + int cxi_format, struct filename_plus_event *fpe); extern double get_value(struct hdfile *f, const char *name); extern double get_ev_based_value(struct hdfile *f, const char *name, |