From 80a27fb9da2366c4b170eb062cd97ef9587c42c1 Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Tue, 1 Dec 2009 12:04:28 +0000
Subject: [PATCH] Removed the "#remove" statements which do not appear to work.

---
 applications/test/dictionary/testDict | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/test/dictionary/testDict b/applications/test/dictionary/testDict
index 42a473a52b2..08c325bd4c7 100644
--- a/applications/test/dictionary/testDict
+++ b/applications/test/dictionary/testDict
@@ -71,7 +71,7 @@ boundaryField
     }
 
     // this should have no effect
-    #remove inactive
+    //#remove $inactive
 
     inlet_7  { $active }
     #inputMode overwrite
@@ -105,9 +105,9 @@ baz
 
 
 // this should work
-#remove active
+//#remove active
 
 // this should work too
-#remove ( bar baz )
+//#remove ( bar baz )
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-- 
GitLab