aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/fom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-08 17:28:10 +0100
committerThomas White <taw@physics.org>2021-02-08 17:28:10 +0100
commitf6e38e3bb7b55d298fb189d4a547e5e6a3f9d5db (patch)
treee6ec4adea9a774299e314a9e112985acb34ba463 /libcrystfel/src/fom.h
parentff2efa35e83f9973b90d9bca749d6da585158b23 (diff)
Expose fom_is_anomalous()
Diffstat (limited to 'libcrystfel/src/fom.h')
-rw-r--r--libcrystfel/src/fom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/fom.h b/libcrystfel/src/fom.h
index c2a340a4..c416043c 100644
--- a/libcrystfel/src/fom.h
+++ b/libcrystfel/src/fom.h
@@ -133,4 +133,6 @@ extern int fom_shell_num_reflections(struct fom_context *fctx, int i);
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);
+
#endif /* FOM */