From e3eed2cf35ed1869546a7f1af4086917d047a6df Mon Sep 17 00:00:00 2001 From: James Goppert <jgoppert@w7.hsl.dynalias.com> Date: Tue, 8 Mar 2011 10:15:44 -0500 Subject: [PATCH] Fixed status issue. --- src/math/FGNelderMead.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/FGNelderMead.h b/src/math/FGNelderMead.h index ca6188c..5ded861 100644 --- a/src/math/FGNelderMead.h +++ b/src/math/FGNelderMead.h @@ -67,7 +67,7 @@ private: std::vector<double> m_cost; std::vector<double> m_elemSum; bool m_showSimplex; - bool m_status; + int m_status; const std::vector<double> & initialGuess; const std::vector<double> & initialStepSize; int iterMax, iter; -- GitLab