mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: renumberMesh.C: reading bool from dictionary
This commit is contained in:
@ -562,7 +562,7 @@ int main(int argc, char *argv[])
|
||||
<< endl;
|
||||
}
|
||||
|
||||
writeMaps = readLabel(renumberDict.lookup("writeMaps"));
|
||||
renumberDict.lookup("writeMaps") >> writeMaps;
|
||||
if (writeMaps)
|
||||
{
|
||||
Info<< "Writing renumber maps (new to old) to polyMesh." << nl
|
||||
|
||||
Reference in New Issue
Block a user