From cc4dee793c8897b6aa1224293214225294990584 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:57:05 +0000 Subject: [PATCH] Augment TODO git-svn-id: https://svn.dealii.org/trunk@15123 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index ff63d0d4e3..cd6877d8b3 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 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 @@ -166,7 +166,7 @@ template class FEValuesBase; template class DataOut_DoFData : public DataOutInterface { -//TODO: Do we still need this after changing the template argument? +//TODO: Do we still need this after changing the template argument? it also appears as if this bug is only triggered with gcc2.95, which we don't support any more anyway... #ifdef DEAL_II_TEMPLATE_TEMPLATE_TYPEDEF_BUG // helper class struct DH_dim : public DH -- 2.39.5