mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
17 lines
398 B
C
17 lines
398 B
C
argList::validArgs.clear();
|
|
argList::noParallel();
|
|
|
|
argList::validOptions.insert("sourceCase", "source case");
|
|
argList::validOptions.insert("sourcePatch", "source patch");
|
|
|
|
argList::validOptions.insert("surface", "surface file");
|
|
|
|
argList::validOptions.insert("mergeFaces", "");
|
|
|
|
argList args(argc, argv);
|
|
|
|
if (!args.check())
|
|
{
|
|
FatalError.exit();
|
|
}
|