From b39fe0956a6c188a4e70b997f9c5576eef185f0a Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 9 Nov 2010 15:24:56 +0000 Subject: [PATCH] Library compiles again ;) git-svn-id: https://svn.dealii.org/trunk@22644 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index aad12b516a..6eddb97658 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -793,6 +793,12 @@ class GridGenerator template static void colorize_hyper_rectangle (Triangulation &tria); + // No doxygen comment here + template + static void + colorize_hyper_rectangle(Triangulation<1,spacedim>&); + + /** * Perform the action specified * by the @p colorize flag of @@ -842,7 +848,6 @@ class GridGenerator - DEAL_II_NAMESPACE_CLOSE #endif -- 2.39.5