Skip to content
Snippets Groups Projects
Commit 7ef96bb3 authored by Peter Bannister's avatar Peter Bannister
Browse files

reverted to old header type

parent aae35d2c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ float optimise1d(ColumnVector &pt, const ColumnVector dir, ...@@ -27,7 +27,7 @@ float optimise1d(ColumnVector &pt, const ColumnVector dir,
float optimise(ColumnVector &pt, int numopt, const ColumnVector &tol, float optimise(ColumnVector &pt, int numopt, const ColumnVector &tol,
float (*func)(const ColumnVector &), int &iterations_done, float (*func)(const ColumnVector &), int &iterations_done,
int max_iter, const ColumnVector& boundguess, const bool in_slice=false); int max_iter, const ColumnVector& boundguess);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment