aboutsummaryrefslogtreecommitdiff
path: root/src/luzzatti.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luzzatti.h')
-rw-r--r--src/luzzatti.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/luzzatti.h b/src/luzzatti.h
new file mode 100644
index 0000000..a334a8c
--- /dev/null
+++ b/src/luzzatti.h
@@ -0,0 +1,21 @@
+/*
+ * luzzatti.h
+ *
+ * Plot of R-factor against resolution
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * synth2d - Two-Dimensional Crystallographic Fourier Synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef LUZZATTI_H
+#define LUZZATTI_H
+
+extern void luzzatti_show(void);
+
+#endif /* LUZZATTI_H */