codedFunctionObject: Updated and simplified using the new CodedBase

This commit is contained in:
Henry Weller
2020-02-03 21:44:44 +00:00
parent 7a717a6929
commit d728b23427
4 changed files with 33 additions and 81 deletions

View File

@ -32,7 +32,7 @@ License
namespace Foam
{
defineDebugSwitchWithName(functionObject, "functionObject", 0);
defineTypeNameAndDebug(functionObject, 0);
defineRunTimeSelectionTable(functionObject, dictionary);
}