mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
foamDictionary, adiabaticFlameT, equilibriumFlameT: remove unused case related options
This commit is contained in:
@ -90,6 +90,17 @@ Foam::argList::initValidTables::initValidTables()
|
||||
}
|
||||
|
||||
|
||||
void Foam::argList::initValidTables::clear()
|
||||
{
|
||||
argList::removeOption("case");
|
||||
argList::removeOption("parallel");
|
||||
argList::removeOption("roots");
|
||||
argList::removeOption("hostRoots");
|
||||
argList::removeOption("noFunctionObjects");
|
||||
argList::removeOption("fileHandler");
|
||||
}
|
||||
|
||||
|
||||
Foam::argList::initValidTables dummyInitValidTables;
|
||||
|
||||
|
||||
|
||||
@ -174,14 +174,18 @@ public:
|
||||
//- Standard name for the post-processing option
|
||||
static word postProcessOptionName;
|
||||
|
||||
//! \cond internalClass
|
||||
// Class to initialize options table
|
||||
// with the standard case related options
|
||||
class initValidTables
|
||||
{
|
||||
public:
|
||||
|
||||
initValidTables();
|
||||
|
||||
//- Clear the options table
|
||||
// for utilities which do not operate on files rather than cases
|
||||
static void clear();
|
||||
};
|
||||
//! \endcond
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
Reference in New Issue
Block a user