From: Martin Kronbichler Date: Wed, 27 Nov 2024 14:15:48 +0000 (+0100) Subject: parallel::distributed::Triangulation: clarify clear() method X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17896%2Fhead;p=dealii.git parallel::distributed::Triangulation: clarify clear() method --- diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 88d21b7b58..35eaa21277 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -1780,7 +1780,7 @@ namespace parallel // for clarity be explicit on which function is called try { - Triangulation::clear(); + parallel::distributed::Triangulation::clear(); } catch (...) {}