From b8ac0faea1abb2e3033140dcd157160bfa98d251 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Mar 2011 15:56:26 +0100 Subject: WIP on new stream format in process_hkl --- src/reflist-utils.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/reflist-utils.h (limited to 'src/reflist-utils.h') diff --git a/src/reflist-utils.h b/src/reflist-utils.h new file mode 100644 index 00000000..d5c1e655 --- /dev/null +++ b/src/reflist-utils.h @@ -0,0 +1,30 @@ +/* + * reflist-utils.h + * + * Utilities to complement the core reflist.c + * + * (c) 2006-2011 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef REFLIST_UTILS_H +#define REFLIST_UTILS_H + + +#include "reflist.h" +#include "cell.h" + + +extern void write_reflections_to_file(FILE *fh, RefList *list, UnitCell *cell); + +extern int write_reflist(const char *filename, RefList *list, + UnitCell *cell); + + +#endif /* REFLIST_UTILS_H */ -- cgit v1.2.3