aboutsummaryrefslogtreecommitdiff
path: root/src/contourise.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/contourise.h
Initial import from archive
Diffstat (limited to 'src/contourise.h')
-rw-r--r--src/contourise.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/contourise.h b/src/contourise.h
new file mode 100644
index 0000000..9d81922
--- /dev/null
+++ b/src/contourise.h
@@ -0,0 +1,21 @@
+/*
+ * contourise.h
+ *
+ * Draw contour maps
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * synth2d - Two-Dimensional Crystallographic Fourier Synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef CONTOURISE_H
+#define CONTOURISE_H
+
+extern void contourise_dialog_open(int nx, int ny);
+
+#endif /* CONTOURISE_H */