diff options
Diffstat (limited to 'libcrystfel/src/fom.h')
-rw-r--r-- | libcrystfel/src/fom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/fom.h b/libcrystfel/src/fom.h index 8839b65e..08bc655b 100644 --- a/libcrystfel/src/fom.h +++ b/libcrystfel/src/fom.h @@ -134,6 +134,7 @@ extern int fom_overall_num_possible(struct fom_context *fctx); extern int fom_shell_num_possible(struct fom_context *fctx, int i); extern int fom_is_anomalous(enum fom_type f); +extern int fom_is_comparison(enum fom_type f); extern const char *fom_name(enum fom_type f); |