From 873f93885785105774c79b6dd2a18f5e9a454cd4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Apr 2023 21:45:15 -0600 Subject: [PATCH] Fix a funny comment. --- source/distributed/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index e43caf145c..e1d4e0f6c2 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -1694,7 +1694,7 @@ namespace parallel { namespace distributed { - /*----------------- class Triangulation ---------------\*/ + /*----------------- class Triangulation ---------------*/ template DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) Triangulation::Triangulation( -- 2.39.5