From: Timo Heister Date: Wed, 22 Apr 2015 12:56:16 +0000 (-0400) Subject: fix documentation of interpolate_to_different_mesh X-Git-Tag: v8.3.0-rc1~220^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0145647dcbced93a3be05ab176e2ed45ecb51545;p=dealii.git fix documentation of interpolate_to_different_mesh --- diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 3990ec2913..78c3c1953a 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -516,9 +516,10 @@ namespace VectorTools * yourself by calling the @p ConstraintsMatrix::distribute function of your * hanging node constraints object. * - * @note: This function works with parallel::distributed::Triangulation, but only - * if the parallel partitioning is the same for both meshes (see the - * no_automatic_repartitioning flag). + * @note: This function works with parallel::distributed::Triangulation, but + * only if the parallel partitioning is the same for both meshes (see the + * parallel::distributed::Triangulation::no_automatic_repartitioning + * flag). */ template class DH,