aboutsummaryrefslogtreecommitdiff
path: root/src/itrans-lsq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itrans-lsq.h')
-rw-r--r--src/itrans-lsq.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/itrans-lsq.h b/src/itrans-lsq.h
deleted file mode 100644
index 24f4e98..0000000
--- a/src/itrans-lsq.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * itrans-lsq.h
- *
- * Peak detection by least-squares fitting
- *
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
- *
- * dtr - Diffraction Tomography Reconstruction
- *
- */
-
-#ifndef ITRANS_LSQ_H
-#define ITRANS_LSQ_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "control.h"
-
-extern unsigned int itrans_peaksearch_lsq(ImageRecord *imagerecord, ControlContext *ctx);
-
-#endif /* ITRANS_LSQ_H */
-