From a689be8eb9fb1e36103672ab5b968e011efabf8c Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 15 Dec 2013 08:33:37 +0000 Subject: [PATCH] remove left over comments in meshworker git-svn-id: https://svn.dealii.org/trunk@32014 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/loop.h | 16 ---------------- 1 file changed, 16 deletions(-) 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; - - - */ -- 2.39.5