From: kanschat Date: Tue, 9 Nov 2010 15:24:56 +0000 (+0000) Subject: Library compiles again ;) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b39b2bd0b8191958811a774091e47c15256ae1;p=dealii-svn.git Library compiles again ;) git-svn-id: https://svn.dealii.org/trunk@22644 0785d39b-7218-0410-832d-ea1e28bc413d --- 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