From f50e1d4218efcd4ab55cc4a8463f46cbf308fa69 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Thu, 1 Sep 2016 09:25:35 +0200 Subject: [PATCH] [NL] fix docu: removed parameter --- NumLib/ODESolver/NonlinearSolver.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NumLib/ODESolver/NonlinearSolver.h b/NumLib/ODESolver/NonlinearSolver.h index 1a16fc98fdf..40a1a3fb716 100644 --- a/NumLib/ODESolver/NonlinearSolver.h +++ b/NumLib/ODESolver/NonlinearSolver.h @@ -84,8 +84,6 @@ public: /*! Constructs a new instance. * * \param linear_solver the linear solver used by this nonlinear solver. - * \param tol the tolerance of the solver. \todo Be more specific about - * that! * \param maxiter the maximum number of iterations used to solve the * equation. */ @@ -143,8 +141,6 @@ public: /*! Constructs a new instance. * * \param linear_solver the linear solver used by this nonlinear solver. - * \param tol the tolerance of the solver. \todo Be more specific about - * that! * \param maxiter the maximum number of iterations used to solve the * equation. */ -- GitLab