From be96876a181398c35ab17a625660e2f4c5fc2975 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 27 Aug 2018 09:01:36 +0100
Subject: [PATCH] BUG: mergeMeshes. Use wrong option. See #650.

---
 .../utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
index 40ee2c76c1e..74101860ca8 100644
--- a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
+++ b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
     const word addRegion =
         args.lookupOrDefault<word>
         (
-            "masterRegion",
+            "addRegion",
             polyMesh::defaultRegion
         );
 
-- 
GitLab