From 64b686658a69b3e25218347f18fbeaa7cf72d3f0 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 12 Feb 2013 15:36:57 +0000 Subject: [PATCH] remove TODO that is no longer up to date git-svn-id: https://svn.dealii.org/trunk@28328 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-47/step-47.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-47/step-47.cc b/deal.II/examples/step-47/step-47.cc index a760e7e4d4..aded835b7c 100644 --- a/deal.II/examples/step-47/step-47.cc +++ b/deal.II/examples/step-47/step-47.cc @@ -324,8 +324,7 @@ namespace Step47 else { //TODO: verify that the order of support points equals the order of vertices -//of the cells, as we use below TODO: remove update_support_points and -//friends, since they aren't implemented anyway +//of the cells, as we use below Assert (cell->active_fe_index() == 1, ExcInternalError()); Assert (interface_intersects_cell(cell) == true, ExcInternalError()); -- 2.39.5