From 6444bcc9d609b4f96e0edb423e06f13e8f3cea10 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 24 Jun 2009 17:02:06 +0000 Subject: [PATCH] Take over patch 18958 from mainline. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18970 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_reordering.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/grid_reordering.h b/deal.II/deal.II/include/grid/grid_reordering.h index 7e947f0cce..49d0c73dbc 100644 --- a/deal.II/deal.II/include/grid/grid_reordering.h +++ b/deal.II/deal.II/include/grid/grid_reordering.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -706,6 +706,10 @@ template<> void GridReordering<2,3>::reorder_cells (std::vector > &original_cells); +template<> +void +GridReordering<3>::reorder_cells (std::vector > &original_cells); + template<> void GridReordering<2>::invert_all_cells_of_negative_grid(const std::vector > &all_vertices, @@ -716,6 +720,10 @@ void GridReordering<2,3>::invert_all_cells_of_negative_grid(const std::vector > &all_vertices, std::vector > &cells); +template<> +void +GridReordering<3>::invert_all_cells_of_negative_grid(const std::vector > &all_vertices, + std::vector > &cells); DEAL_II_NAMESPACE_CLOSE -- 2.39.5