diff options
author | Thomas White <taw@physics.org> | 2021-02-08 17:55:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-02-08 17:55:10 +0100 |
commit | 636784eadce6a322ea6b626ae6b711e53ad36462 (patch) | |
tree | cecd31fcd14232344e7fea2d5f4a770e634cc122 /libcrystfel/src/fom.h | |
parent | 66929c91bac38e18249b532034496bbf5ce23275 (diff) |
Add fom_name()
Diffstat (limited to 'libcrystfel/src/fom.h')
-rw-r--r-- | libcrystfel/src/fom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/fom.h b/libcrystfel/src/fom.h index c416043c..8839b65e 100644 --- a/libcrystfel/src/fom.h +++ b/libcrystfel/src/fom.h @@ -135,4 +135,6 @@ extern int fom_shell_num_possible(struct fom_context *fctx, int i); extern int fom_is_anomalous(enum fom_type f); +extern const char *fom_name(enum fom_type f); + #endif /* FOM */ |