From 8c94ccd392c837b7696b68998b1ece983b031cc8 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 19 May 2010 16:33:19 +0100
Subject: [PATCH] STYLE: decomposeParDict: corrected comment

---
 .../utilities/parallelProcessing/decomposePar/decomposeParDict  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposeParDict b/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
index 292421855c9..a183ebd0cb4 100644
--- a/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
+++ b/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
@@ -25,7 +25,7 @@ numberOfSubdomains  4;
 
 //- Keep owner and neighbour on same processor for faces in patches:
 //  (makes sense only for cyclic patches)
-//preservePatches (cyclic_left_right);
+//preservePatches (cyclic_half0 cyclic_half1);
 
 
 method          scotch;
-- 
GitLab