aboutsummaryrefslogtreecommitdiff
path: root/src/correspondence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/correspondence.h')
-rw-r--r--src/correspondence.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/correspondence.h b/src/correspondence.h
new file mode 100644
index 0000000..fdc4622
--- /dev/null
+++ b/src/correspondence.h
@@ -0,0 +1,20 @@
+/*
+ * correspondence.h
+ *
+ * Plot of calculated against measured structure factors
+ *
+ * (c) 2006 Thomas White <taw27@cam.ac.uk>
+ * Synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef CORRESPONDENCE_H
+#define CORRESPONDENCE_H
+
+extern void correspondence_show(void);
+
+#endif /* CORRESPONDENCE_H */