Skip to content
Snippets Groups Projects
Commit e3eed2cf authored by James Goppert's avatar James Goppert
Browse files

Fixed status issue.

parent 8b9f4d51
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ private: ...@@ -67,7 +67,7 @@ private:
std::vector<double> m_cost; std::vector<double> m_cost;
std::vector<double> m_elemSum; std::vector<double> m_elemSum;
bool m_showSimplex; bool m_showSimplex;
bool m_status; int m_status;
const std::vector<double> & initialGuess; const std::vector<double> & initialGuess;
const std::vector<double> & initialStepSize; const std::vector<double> & initialStepSize;
int iterMax, iter; int iterMax, iter;
......
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