From ca6dbec590033a1b05cb616b43df110332eb4e17 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 27 Feb 2014 14:01:16 +0000 Subject: [PATCH] leave a todo git-svn-id: https://svn.dealii.org/trunk@32568 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/tria.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/source/grid/tria.cc b/deal.II/source/grid/tria.cc index 1795ace4fe..620b7089ef 100644 --- a/deal.II/source/grid/tria.cc +++ b/deal.II/source/grid/tria.cc @@ -2960,6 +2960,7 @@ namespace internal // not implemented at // present for dim=3 or // higher + // TODO: you can steal the code to do this from GridTools::transform() Assert (dim<=2, ExcNotImplemented()); // compute where the common -- 2.39.5