GIT: adjust for rebase edit of feature-runTimeControl-recycle

This commit is contained in:
Mark Olesen
2022-02-28 09:21:56 +01:00
parent 3c1da487f2
commit fc43ed9d68
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ License
#include "noneCondition.H" #include "noneCondition.H"
#include "addToRunTimeSelectionTable.H" #include "addToRunTimeSelectionTable.H"
#include "fieldTypes.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
@ -37,7 +36,7 @@ namespace functionObjects
{ {
namespace runTimeControls namespace runTimeControls
{ {
defineTypeName(noneCondition, 0); defineTypeName(noneCondition);
addToRunTimeSelectionTable(runTimeCondition, noneCondition, dictionary); addToRunTimeSelectionTable(runTimeCondition, noneCondition, dictionary);
} }

View File

@ -38,7 +38,6 @@ SourceFiles
#define functionObjects_runTimeControls_noneCondition_H #define functionObjects_runTimeControls_noneCondition_H
#include "runTimeCondition.H" #include "runTimeCondition.H"
#include "Enum.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //