aboutsummaryrefslogtreecommitdiff
path: root/src/argand.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-01 15:13:49 +0200
committerThomas White <taw@physics.org>2020-08-01 15:19:26 +0200
commit189da15810deabd739d7c11c6e95fea55739fe60 (patch)
treee86e43fcbbf8278b792a74daf684cde3bd6e2bbf /src/argand.h
Initial import from archive
Diffstat (limited to 'src/argand.h')
-rw-r--r--src/argand.h26
1 files changed, 26 insertions, 0 deletions
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 <taw27@cam.ac.uk>
+ *
+ * synth2d - Two-Dimensional Crystallographic Fourier Synthesis
+ *
+ */
+
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#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 */
+