From 3fd18f811864c82431c492c7c54ef893b84deaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 18 Oct 2018 12:12:21 +0200 Subject: [PATCH] [newton] fix constructor comment --- dumux/nonlinear/newtonsolver.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/nonlinear/newtonsolver.hh b/dumux/nonlinear/newtonsolver.hh index 2045279df5..9df3c0bfd4 100644 --- a/dumux/nonlinear/newtonsolver.hh +++ b/dumux/nonlinear/newtonsolver.hh @@ -84,7 +84,7 @@ public: using Communication = Comm; /*! - * \brief Constructor for stationary problems + * \brief The Constructor */ NewtonSolver(std::shared_ptr<Assembler> assembler, std::shared_ptr<LinearSolver> linearSolver, -- GitLab