aboutsummaryrefslogtreecommitdiff
path: root/src/anneal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/anneal.h')
-rw-r--r--src/anneal.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/anneal.h b/src/anneal.h
new file mode 100644
index 0000000..2efcfaa
--- /dev/null
+++ b/src/anneal.h
@@ -0,0 +1,20 @@
+/*
+ * anneal.h
+ *
+ * Structure solution by simulated annealing
+ *
+ * (c) 2006 Thomas White <taw27@cam.ac.uk>
+ * synth2d - two-dimensional Fourier synthesis
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef ANNEAL_H
+#define ANNEAL_H
+
+extern void anneal_dialog_open(void);
+
+#endif /* ANNEAL_H */