From: Marc Fehling Date: Tue, 8 Mar 2022 04:29:08 +0000 (-0700) Subject: Removed outdated comment. X-Git-Tag: v9.4.0-rc1~399^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae3774f08f34a066a0607b13fba5d680493c2ba;p=dealii.git Removed outdated comment. --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 8814bc8159..43675dee9a 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -2237,11 +2237,6 @@ public: * This signal is triggered at the beginning of execution of the * parallel::distributed::Triangulation::repartition() function. At the time * this signal is triggered, the triangulation is still unchanged. - * - * @note The parallel::distributed::Triangulation::repartition() function is - * also called by parallel::distributed::Triangulation::load(). Thus, the - * pre_distributed_repartition signal will be triggered after the - * pre_distributed_load one. */ boost::signals2::signal pre_distributed_repartition;