From 8e7711536aebdd54a7192fd7c72d59f704cc101a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 29 Aug 2019 16:57:19 -0400 Subject: [PATCH] remove obsolete note in comment of p::d::tria --- include/deal.II/distributed/tria.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index f4d8c429fd..a028de4374 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -318,8 +318,7 @@ namespace parallel /** * This flags needs to be set to use the geometric multigrid * functionality. This option requires additional computation and - * communication. Note: geometric multigrid is still a work in - * progress. + * communication. */ construct_multigrid_hierarchy = 0x2, /** -- 2.39.5