aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-20 22:51:07 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-20 22:51:07 +0000
commit25ccc1413dca19717009ced22a643df3223e1a42 (patch)
tree4a28f6034cfdb7cbda2a0797bd492febc769cc50 /src/reproject.h
parentb31565d11bcb28ca33b4a51cb363549c46444cd8 (diff)
Add reproject.{c,h}
Fix Makefile.am Bump version to 1.0.6 git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@67 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.h')
-rw-r--r--src/reproject.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/reproject.h b/src/reproject.h
new file mode 100644
index 0000000..482cd8c
--- /dev/null
+++ b/src/reproject.h
@@ -0,0 +1,21 @@
+/*
+ * reproject.h
+ *
+ * Synthesize diffraction patterns
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef REPROJECT_H
+#define REPROJECT_H
+
+
+#endif /* REPROJECT_H */
+