From 3f017a01c0046402e64250ab9c712b897c5bf3c1 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 1 Nov 2018 14:42:37 +0000 Subject: [PATCH] TUT: syntax typo (#1059) --- tutorials/mesh/parallel/filter/system/decomposeParDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/mesh/parallel/filter/system/decomposeParDict b/tutorials/mesh/parallel/filter/system/decomposeParDict index 16086ce80a..cf6d369614 100644 --- a/tutorials/mesh/parallel/filter/system/decomposeParDict +++ b/tutorials/mesh/parallel/filter/system/decomposeParDict @@ -23,7 +23,7 @@ constraints //- Keep owner and neighbour on same processor for faces in zones: faces { - type preserveFaceZones, + type preserveFaceZones; zones (cycLeft cycRight); } }