mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
unused files
This commit is contained in:
@ -1,16 +0,0 @@
|
|||||||
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();
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user