From: Wolfgang Bangerth Date: Mon, 7 Mar 2022 20:34:40 +0000 (-0700) Subject: Remove a note. X-Git-Tag: v9.4.0-rc1~402^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edd26644fdaa3e2a5fb7032a4bb525e6a36e51f;p=dealii.git Remove a note. --- diff --git a/include/deal.II/multigrid/multigrid.h b/include/deal.II/multigrid/multigrid.h index b1d262443e..0b59923c88 100644 --- a/include/deal.II/multigrid/multigrid.h +++ b/include/deal.II/multigrid/multigrid.h @@ -156,11 +156,6 @@ namespace mg * vector. This is a nontrivial operation, usually initiated automatically by * the class PreconditionMG and performed by the classes derived from * MGTransferBase. - * - * @note The interface of this class is still very clumsy. In particular, you - * will have to set up quite a few auxiliary objects before you can use it. - * Unfortunately, it seems that this can be avoided only be restricting the - * flexibility of this class in an unacceptable way. */ template class Multigrid : public Subscriptor