From: heister Date: Mon, 5 Nov 2012 16:57:52 +0000 (+0000) Subject: add a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa25e74926d70a82d5d7bf262068d22706bf0dca;p=dealii-svn.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;