From: Pasquale Africa Date: Sun, 2 Jul 2023 01:23:27 +0000 (+0000) Subject: Revert modification X-Git-Tag: relicensing~802^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014ff9a1bc4eb460e2b955efc53c81d4481014a3;p=dealii.git Revert modification --- diff --git a/source/grid/grid_tools.inst.in b/source/grid/grid_tools.inst.in index 0735e699c5..a317867e47 100644 --- a/source/grid/grid_tools.inst.in +++ b/source/grid/grid_tools.inst.in @@ -60,27 +60,6 @@ for (X : TRIANGULATIONS; deal_II_dimension : DIMENSIONS; } -// instantiate find_active_cell_around_point for -// parallel::fullydistributed::Triangulation -for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) - { -#if deal_II_dimension <= deal_II_space_dimension - namespace GridTools - \{ - parallel::fullydistributed::Triangulation< - deal_II_dimension, - deal_II_space_dimension>::active_cell_iterator - find_active_cell_around_point( - const parallel::fullydistributed::Triangulation - &, - const Point &p); - \} - -#endif - } - - // now also instantiate a few additional functions for // parallel::distributed::Triangulation for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)