Skip to content
Snippets Groups Projects
Commit be96876a authored by mattijs's avatar mattijs
Browse files

BUG: mergeMeshes. Use wrong option. See #650.

parent 678c6304
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
const word addRegion =
args.lookupOrDefault<word>
(
"masterRegion",
"addRegion",
polyMesh::defaultRegion
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment