Fix QP_solver

This commit is contained in:
Andreas Fabri 2019-01-24 18:17:46 +01:00
parent a77988e149
commit d0b8fc5408
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ public:
{}
Quadratic_program_solution(const Quadratic_program_solution& rhs)
: Handle_for<const QP_solver_base<ET>*>(), et0(0)
{
*this = rhs;
}