From: wolf Date: Mon, 13 Mar 2006 20:21:29 +0000 (+0000) Subject: Remove a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bebf05af27eec46252ee73040f1c240e9dcc3d;p=dealii-svn.git Remove a TODO. git-svn-id: https://svn.dealii.org/trunk@12578 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index c593a5ed29..39e8a86b0d 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -84,15 +84,6 @@ Triangulation::~Triangulation () template void Triangulation::clear () { -//TODO:[WB] Why this assertion? -// If we allow refinement with depending objects, we should also -// allow changing the mesh completely. - - // only allow this operation if - // there are no subscribers any - // more -// Assert (n_subscriptions() == 0, ExcInternalError()); - clear_despite_subscriptions(); }