aboutsummaryrefslogtreecommitdiff
path: root/src/itrans.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 12:50:00 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 12:50:00 +0000
commit3bc91ef5e88444cbd9366f0b1516a91af6313e8d (patch)
tree4cd3fa16fe8cc241cd37c46d2c69d556c9b5825d /src/itrans.h
parent8810e9ff13e9fb0db420dbdc529ef2f9dfe89d7c (diff)
Tidy up itrans framework: move each peak detection algorithm to its own file
Fit svn::ignore properties (again?) git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@16 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/itrans.h')
-rw-r--r--src/itrans.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/itrans.h b/src/itrans.h
index 37f128b..a11eadf 100644
--- a/src/itrans.h
+++ b/src/itrans.h
@@ -4,17 +4,18 @@
* Parameterise features in an image for reconstruction
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
+#ifndef ITRANS_H
+#define ITRANS_H
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#ifndef ITRANS_H
-#define ITRANS_H
-
#include <stdint.h>
#include "control.h"