From 644bd11a93a8c1dd06e729d6315b90eff1989e2d Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 13 Dec 2021 14:24:53 +0000
Subject: [PATCH] BUG: GAMG: manual processorAgglomerator incorrect input. See
 #2281.

---
 tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun
index 2a084391f1f..b63d0a9faef 100755
--- a/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun
+++ b/tutorials/compressible/rhoSimpleFoam/squareBendLiq/Allrun
@@ -32,7 +32,7 @@ runParallel -s eager $(getApplication)
 
 #- Run with processorAgglomerator
 foamDictionary -entry solvers.p.processorAgglomerator -set 'manual' system/fvSolution
-foamDictionary -entry solvers.p.processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6))))' system/fvSolution
+foamDictionary -entry solvers.p.processorAgglomeration -set '((9 ((0 1 2 3)(4 5 6 7))))' system/fvSolution
 runParallel -s manual $(getApplication)
 
 #------------------------------------------------------------------------------
-- 
GitLab