diff options
author | Thomas White <taw@physics.org> | 2021-05-12 17:29:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-05-12 17:29:12 +0200 |
commit | b39254e37f0567c4325772878dc27add58d56be0 (patch) | |
tree | b07230ff26e797bb443c1753b58d0eb13473db19 /libcrystfel/src/image.c | |
parent | ff7386623366bdc40bb2de7bbfdb4fee038f1071 (diff) |
Fussiness
Diffstat (limited to 'libcrystfel/src/image.c')
-rw-r--r-- | libcrystfel/src/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 97112fa3..996d1554 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -439,6 +439,7 @@ int image_read_header_float(struct image *image, const char *from, double *val) } } + static double get_value(struct image *image, const char *from, int *is_literal_number) { |