From e0e7f89409139324dac8d9c376195338827b4add Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Sep 2008 18:21:28 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@17039 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_iterator.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_iterator.h b/deal.II/deal.II/include/grid/tria_iterator.h index 09a32e113b..9cf845c04e 100644 --- a/deal.II/deal.II/include/grid/tria_iterator.h +++ b/deal.II/deal.II/include/grid/tria_iterator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -34,6 +34,9 @@ DEAL_II_NAMESPACE_OPEN +//TODO: Instead of letting the Tria*Iterator classes take a dimension as first argument, deduce the space dimension from the TriaAccessor where necessary. + + template class Triangulation; // note: in non-debug mode, i.e. with optimizations, the file -- 2.39.5