mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected arg lookup name
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user