From: wolf Date: Fri, 14 Apr 2006 11:43:24 +0000 (+0000) Subject: Include hp::DoFHandler for find_active_cell_around_point X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5546d0f4d86501133d7a6f892d0ab189576e36e2;p=dealii-svn.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 &,