mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
adjust solvers and utilities to use new argList methods
- also drop various unused time options from src/OpenFOAM/include
This commit is contained in:
@ -692,7 +692,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
fileName inSurfName(args.additionalArgs()[0]);
|
||||
fileName outSurfName(args.additionalArgs()[1]);
|
||||
bool debug = args.options().found("debug");
|
||||
bool debug = args.optionFound("debug");
|
||||
|
||||
|
||||
Info<< "Reading surface from " << inSurfName << endl;
|
||||
|
||||
Reference in New Issue
Block a user