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/argand.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/argand.h (limited to 'src/argand.h') diff --git a/src/argand.h b/src/argand.h new file mode 100644 index 0000000..56c932c --- /dev/null +++ b/src/argand.h @@ -0,0 +1,26 @@ +/* + * argand.h + * + * "Argand plane tracking" + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef ARGAND_H +#define ARGAND_H + +#include "reflist.h" + +extern void argand_update(ReflectionList *reflections); +extern void argand_open(ReflectionList *reflections); + +#endif /* ARGAND_H */ + -- cgit v1.2.3