From 7ef96bb3499518e9eb8212d3f041bf01ccb02f88 Mon Sep 17 00:00:00 2001
From: Peter Bannister <prb@fmrib.ox.ac.uk>
Date: Wed, 9 Jul 2003 14:40:11 +0000
Subject: [PATCH] reverted to old header type

---
 optimise.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/optimise.h b/optimise.h
index 39b6b6a..302f600 100644
--- a/optimise.h
+++ b/optimise.h
@@ -27,7 +27,7 @@ float optimise1d(ColumnVector &pt, const ColumnVector dir,
 
  float optimise(ColumnVector &pt, int numopt, const ColumnVector &tol, 
 		float (*func)(const ColumnVector &), int &iterations_done, 
-		int max_iter, const ColumnVector& boundguess, const bool in_slice=false);
+		int max_iter, const ColumnVector& boundguess);
 
 }
 
-- 
GitLab