From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/refine-brent.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/refine-brent.h (limited to 'src/refine-brent.h') diff --git a/src/refine-brent.h b/src/refine-brent.h new file mode 100644 index 0000000..019acd1 --- /dev/null +++ b/src/refine-brent.h @@ -0,0 +1,26 @@ +/* + * refine-brent.h + * + * Refinement by Sequential Brent Minimisation + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef REFINE_BRENT_H +#define REFINE_BRENT_H + +#include "model.h" +#include "reflist.h" +#include "refine.h" + +extern void refine_brent(AtomicModel *model, ReflectionList *reflections, RefinementSpec spec); + +#endif /* REFINE_BRENT_H */ + -- cgit v1.2.3