From: heister Date: Sun, 15 Dec 2013 08:33:37 +0000 (+0000) Subject: remove left over comments in meshworker X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c812a935e7ceb2fdd65ebc0d90c8305be04aed18;p=dealii-svn.git remove left over comments in meshworker git-svn-id: https://svn.dealii.org/trunk@32014 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/meshworker/loop.h b/deal.II/include/deal.II/meshworker/loop.h index 2751a11f9e..f1d638527e 100644 --- a/deal.II/include/deal.II/meshworker/loop.h +++ b/deal.II/include/deal.II/meshworker/loop.h @@ -191,22 +191,6 @@ namespace MeshWorker return false; } - /* - - if (unique_faces_only && (neighbor < cell)) continue; - - - // If iterator - // is active - // and neighbor - // is refined, - // skip - // internal face. - if (internal::is_active_iterator(cell) && neighbor->has_children()) - continue; - - - */