aboutsummaryrefslogtreecommitdiff
path: root/src/argand.h
diff options
context:
space:
mode:
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 */
+