From 809fc7016654d42d5194083cf54aa27fbee09e1f Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 11 May 2022 16:06:12 +0100 Subject: [PATCH] BUG: redistributePar: reconstruct mesh --- .../parallelProcessing/redistributePar/redistributePar.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/utilities/parallelProcessing/redistributePar/redistributePar.C b/applications/utilities/parallelProcessing/redistributePar/redistributePar.C index cbda9131f4..62328a3eeb 100644 --- a/applications/utilities/parallelProcessing/redistributePar/redistributePar.C +++ b/applications/utilities/parallelProcessing/redistributePar/redistributePar.C @@ -2824,7 +2824,8 @@ int main(int argc, char *argv[]) meshSubDir, baseRunTime, IOobject::NO_READ - ) + ), + label(0) ); haveUndecomposedMesh = facesIO.headerOk(); Pstream::parRun(oldParRun);