BUG: Corrected arg lookup name

This commit is contained in:
Andrew Heather
2018-06-21 08:12:55 +01:00
parent 1c64911367
commit 8cbe11f158

View File

@ -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;
}