From c812a935e7ceb2fdd65ebc0d90c8305be04aed18 Mon Sep 17 00:00:00 2001
From: heister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
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