From 358828c7c478d5e2856ed02eb021afaae2c686cf Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 30 May 2014 13:10:32 +0200 Subject: [PATCH] [Cleanup] Kill comment --- dune/tectonic/myblockproblem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh index 119ea0e7..b8723b13 100644 --- a/dune/tectonic/myblockproblem.hh +++ b/dune/tectonic/myblockproblem.hh @@ -35,7 +35,7 @@ class MyBlockProblem : /* NOT PUBLIC */ BlockNonlinearGSProblem<ConvexProblem> { size_t static const block_size = ConvexProblem::block_size; size_t static const coarse_block_size = block_size; - /** \brief Solves one local system using a modified gradient method */ + /** \brief Solves one local system */ class IterateObject; struct Linearization { @@ -232,7 +232,7 @@ class MyBlockProblem<ConvexProblem>::IterateObject { return; } - /** \brief Minimise a local problem using a modified gradient method + /** \brief Minimise a local problem * \param[out] ui The solution * \param m Block number * \param ignore Set of degrees of freedom to leave untouched -- GitLab