Skip to content
Snippets Groups Projects
Commit 8cbe11f1 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected arg lookup name

parent 1c649113
Branches
Tags
No related merge requests found
......@@ -261,7 +261,7 @@ int main(int argc, char *argv[])
meshToMesh::procMapMethod::pmAABB
];
if (args.readIfPresent("prcoMapMethod", procMapMethod))
if (args.readIfPresent("procMapMethod", procMapMethod))
{
Info<< "Processor map method: " << procMapMethod << endl;
}
......
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