mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix stray use of argList option() instead of []
This commit is contained in:
@ -1599,7 +1599,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else if (useCellZonesFile)
|
||||
{
|
||||
const word zoneFile = args.option("cellZonesFileOnly");
|
||||
const word zoneFile(args["cellZonesFileOnly"]);
|
||||
Info<< "Reading split from cellZones file " << zoneFile << endl
|
||||
<< "This requires all"
|
||||
<< " cells to be in one and only one cellZone." << nl << endl;
|
||||
|
||||
Reference in New Issue
Block a user