mirror of https://github.com/CGAL/cgal
change initialization order to remove a warning
This commit is contained in:
parent
0fd82df3a9
commit
4548ff235b
|
|
@ -110,8 +110,8 @@ public:
|
|||
return solver().info() == Eigen::Success;
|
||||
}
|
||||
protected:
|
||||
boost::shared_ptr<EigenSolverT> m_solver_sptr;
|
||||
const typename Matrix::EigenType* m_mat;
|
||||
boost::shared_ptr<EigenSolverT> m_solver_sptr;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue