From 69f912c253e12ebba2a1ef37412dd9958ab39fcd Mon Sep 17 00:00:00 2001
From: kuti <kutalmis.bercin@esi-group.com>
Date: Fri, 22 Mar 2019 17:42:36 +0000
Subject: [PATCH] ENH: Add reconstructPar into Allrun (Issue #1244)

  - If applied: tut/multiphase/interIsoFoam/iobasin/Allrun
                will execute 'runApplication reconstructPar'

  - Why: Prior to this change, no reconstructPar was executed
         despite the parallel run

  - Related: Issue #1244
---
 tutorials/multiphase/interIsoFoam/iobasin/Allrun | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tutorials/multiphase/interIsoFoam/iobasin/Allrun b/tutorials/multiphase/interIsoFoam/iobasin/Allrun
index 90ac492952..c29ba12168 100755
--- a/tutorials/multiphase/interIsoFoam/iobasin/Allrun
+++ b/tutorials/multiphase/interIsoFoam/iobasin/Allrun
@@ -8,5 +8,6 @@ runApplication createPatch -overwrite
 runApplication setFields
 runApplication decomposePar
 runParallel $(getApplication)
+runApplication reconstructPar
 
 #------------------------------------------------------------------------------
-- 
GitLab