From 7a67c1e72bb55baa36e3281db03569ce40659489 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 20 Oct 2022 10:24:14 +0100 Subject: [PATCH] DOC: redistributePar: better warning --- src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C index 8ce423e64f..fd8416cd2a 100644 --- a/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C +++ b/src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C @@ -360,7 +360,7 @@ Foam::label Foam::fvMeshDistribute::findNonEmptyPatch() const if (nonEmptyPatchi == -1) { FatalErrorInFunction - << "Cannot find a patch which is neither of type empty nor" + << "Cannot find a patch which is not of type empty, mapped or" << " coupled in patches " << patches.names() << endl << "There has to be at least one such patch for" << " distribution to work" << abort(FatalError);