Skip to content
Snippets Groups Projects
Commit b3c57f78 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Properly initialise all members in constructor

parent 1923fe38
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -648,6 +648,7 @@ public: ...@@ -648,6 +648,7 @@ public:
/** \brief Default constructor */ /** \brief Default constructor */
QuadraticIPOptSolver () : LinearSolver<MatrixType,VectorType>(NumProc::FULL), QuadraticIPOptSolver () : LinearSolver<MatrixType,VectorType>(NumProc::FULL),
tolerance_(1e-8), maxIterations_(100),
hessian_(NULL), rhs_(NULL), hessian_(NULL), rhs_(NULL),
obstacles_(NULL), obstacles_(NULL),
linearSolverType_(""), linearSolverType_(""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment