diff options
author | Thomas White <taw@physics.org> | 2021-03-26 14:50:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-26 17:02:01 +0100 |
commit | e8549ceba2a5936e0bef11c00dd989e22b190370 (patch) | |
tree | b443516efee6267ea11028c8397421a2b445b4ca /libcrystfel/src/integration.h | |
parent | 9cf79c4a2de4b75759935cc332e233ff8e726428 (diff) |
Add str_integration_method
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index f230201d..15af3173 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -113,6 +113,8 @@ struct intcontext; extern IntegrationMethod integration_method(const char *t, int *err); +extern char *str_integration_method(IntegrationMethod m); + extern struct intcontext *intcontext_new(struct image *image, UnitCell *cell, IntegrationMethod meth, |