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-lsq.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/refine-lsq.h (limited to 'src/refine-lsq.h') diff --git a/src/refine-lsq.h b/src/refine-lsq.h new file mode 100644 index 0000000..ffb03b9 --- /dev/null +++ b/src/refine-lsq.h @@ -0,0 +1,26 @@ +/* + * refine-lsq.h + * + * Refinement by Simple LSQ + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef REFINE_LSQ_H +#define REFINE_LSQ_H + +#include "model.h" +#include "reflist.h" +#include "refine.h" + +extern void refine_lsq(AtomicModel *model_orig, ReflectionList *reflections, RefinementSpec spec); + +#endif /* REFINE_LSQ_H */ + -- cgit v1.2.3