aboutsummaryrefslogtreecommitdiff
path: root/src/cflip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cflip.h')
-rw-r--r--src/cflip.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/cflip.h b/src/cflip.h
new file mode 100644
index 0000000..e39e07b
--- /dev/null
+++ b/src/cflip.h
@@ -0,0 +1,28 @@
+/*
+ * cflip.h
+ *
+ * Charge -flipping algorithms
+ *
+ * (c) 2006-2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2008 Alexander Eggeman <ase25@cam.ac.uk>
+ *
+ * synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef CFLIP_H
+#define CFLIP_H
+
+#include "reflist.h"
+#include "symmetry.h"
+#include "gtk-symmetry.h"
+#include "cdm.h"
+
+
+extern void cflip_dialog_open(void);
+
+#endif /* CFLIP_H */