From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 9 Aug 2007 21:51:49 +0000 (+0000)
Subject: Instantiate the correct variable
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e612409246e57315c8b71855d46d75a012ecdbfb;p=dealii-svn.git

Instantiate the correct variable

git-svn-id: https://svn.dealii.org/trunk@14931 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/source/grid/persistent_tria.cc b/deal.II/deal.II/source/grid/persistent_tria.cc
index 38ddf1d56d..f4747d391f 100644
--- a/deal.II/deal.II/source/grid/persistent_tria.cc
+++ b/deal.II/deal.II/source/grid/persistent_tria.cc
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -22,7 +22,7 @@ DEAL_II_NAMESPACE_OPEN
 
 template <int dim>
 const unsigned int
-Triangulation<dim>::dimension;
+PersistentTriangulation<dim>::dimension;
 
 
 template <int dim>