From e994f7814a827cf8d983080a7fb65d575b5d857f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 5 Nov 2012 16:57:52 +0000 Subject: [PATCH] add a TODO git-svn-id: https://svn.dealii.org/trunk@27404 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_levels.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/grid/tria_levels.h b/deal.II/include/deal.II/grid/tria_levels.h index dc1cd8facf..93c9c1df82 100644 --- a/deal.II/include/deal.II/grid/tria_levels.h +++ b/deal.II/include/deal.II/grid/tria_levels.h @@ -256,6 +256,7 @@ namespace internal // codim=1 meshes in 3d; only // needed to allow // compilation + // TODO[TH]: this is no longer true and might be a bug. std::vector direction_flags; TriaObjectsHex cells; -- 2.39.5