aboutsummaryrefslogtreecommitdiff
path: root/src/refine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/refine.h')
-rw-r--r--src/refine.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/refine.h b/src/refine.h
new file mode 100644
index 0000000..679c47f
--- /dev/null
+++ b/src/refine.h
@@ -0,0 +1,24 @@
+/*
+ * refine.h
+ *
+ * Refine the reconstruction
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifndef REFINE_H
+#define REFINE_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "displaywindow.h"
+
+extern void refine_open(DisplayWindow *dw);
+
+#endif /* REFINE_H */
+