aboutsummaryrefslogtreecommitdiff
path: root/src/elser.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/elser.h
Initial import from archive
Diffstat (limited to 'src/elser.h')
-rw-r--r--src/elser.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/elser.h b/src/elser.h
new file mode 100644
index 0000000..258b70d
--- /dev/null
+++ b/src/elser.h
@@ -0,0 +1,25 @@
+/*
+ * elser.h
+ *
+ * Elser Difference Map Algorithm
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef ELSER_H
+#define ELSER_H
+
+#include "reflist.h"
+
+extern void elser_dialog_open();
+extern void elser_grab_phases(ReflectionList *reflections);
+
+#endif /* ELSER_H */
+