From: Timo Heister Date: Mon, 5 Nov 2012 16:57:52 +0000 (+0000) Subject: add a TODO X-Git-Tag: v8.0.0~1860 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e994f7814a827cf8d983080a7fb65d575b5d857f;p=dealii.git add a TODO git-svn-id: https://svn.dealii.org/trunk@27404 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;