From 05beffdd2b6e4a6b55b0691e59527b7b66a0b8d5 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 24 Feb 2007 14:57:05 +0000 Subject: [PATCH] Leave a TODO git-svn-id: https://svn.dealii.org/trunk@14500 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index c40c304a32..e19b1b4b60 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 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 @@ -18,6 +18,9 @@ #include #include + +//TODO[WB]: since line and face iterators do not have levels, we can save a bit of memory by splitting TriaAccessor into a class for cells and one for everything else, and getting rid of the present_level field for the latter + namespace std { template -- 2.39.5