mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: adjust for rebase edit of feature-runTimeControl-recycle
This commit is contained in:
@ -27,7 +27,6 @@ License
|
||||
|
||||
#include "noneCondition.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
#include "fieldTypes.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
@ -37,7 +36,7 @@ namespace functionObjects
|
||||
{
|
||||
namespace runTimeControls
|
||||
{
|
||||
defineTypeName(noneCondition, 0);
|
||||
defineTypeName(noneCondition);
|
||||
addToRunTimeSelectionTable(runTimeCondition, noneCondition, dictionary);
|
||||
|
||||
}
|
||||
|
||||
@ -38,7 +38,6 @@ SourceFiles
|
||||
#define functionObjects_runTimeControls_noneCondition_H
|
||||
|
||||
#include "runTimeCondition.H"
|
||||
#include "Enum.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user