From: heister Date: Tue, 12 Feb 2013 15:36:57 +0000 (+0000) Subject: remove TODO that is no longer up to date X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b686658a69b3e25218347f18fbeaa7cf72d3f0;p=dealii-svn.git remove TODO that is no longer up to date git-svn-id: https://svn.dealii.org/trunk@28328 0785d39b-7218-0410-832d-ea1e28bc413d --- 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());