Skip to content

Commit

Permalink
removed useless function
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Oct 18, 2023
1 parent ffe28f4 commit 3c95d97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/polysolve/nonlinear/Newton.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ namespace polysolve::nonlinear
const double characteristic_length,
spdlog::logger &logger);

std::string name() const override { return "Newton"; }

protected:
virtual double solve_linear_system(Problem &objFunc,
const TVector &x, const TVector &grad,
Expand Down

0 comments on commit 3c95d97

Please sign in to comment.