Skip to content

Commit

Permalink
[MaL] Remove unreachable INFO separator output
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Oct 18, 2023
1 parent a00b76c commit a080b0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MathLib/LinAlg/Eigen/EigenLinearSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ bool EigenLinearSolver::solve(EigenVector& b, EigenVector& x)
INFO("*** Eigen solver solve()");

return solver_->solve(b.getRawVector(), x.getRawVector(), option_);

INFO("------------------------------------------------------------------");
}

bool EigenLinearSolver::solve(EigenMatrix& A, EigenVector& b, EigenVector& x)
Expand Down

0 comments on commit a080b0b

Please sign in to comment.