mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
BUG: mergeMeshes. Use wrong option. See #650.
This commit is contained in:
@ -112,7 +112,7 @@ int main(int argc, char *argv[])
|
||||
const word addRegion =
|
||||
args.lookupOrDefault<word>
|
||||
(
|
||||
"masterRegion",
|
||||
"addRegion",
|
||||
polyMesh::defaultRegion
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user