From: Wolfgang Bangerth Date: Fri, 14 Apr 2006 11:43:24 +0000 (+0000) Subject: Include hp::DoFHandler for find_active_cell_around_point X-Git-Tag: v8.0.0~11900 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3051d364640cb250de6a809d959bc13b37b8428;p=dealii.git Include hp::DoFHandler for find_active_cell_around_point git-svn-id: https://svn.dealii.org/trunk@12831 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_tools.cc b/deal.II/deal.II/source/grid/grid_tools.cc index b0bd4befc1..74d586dab3 100644 --- a/deal.II/deal.II/source/grid/grid_tools.cc +++ b/deal.II/deal.II/source/grid/grid_tools.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -597,6 +597,11 @@ DoFHandler::active_cell_iterator GridTools::find_active_cell_around_point (const DoFHandler &, const Point &p); +template +hp::DoFHandler::active_cell_iterator +GridTools::find_active_cell_around_point (const hp::DoFHandler &, + const Point &p); + template MGDoFHandler::active_cell_iterator GridTools::find_active_cell_around_point (const MGDoFHandler &,