mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add coded Function1 (#2282)
- update coded templates with qualified names GIT: add in missing PatchFunction1 constant() method - was missed in a previous commit
This commit is contained in:
@ -32,8 +32,8 @@ SourceFiles
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef functionObjectTemplate_H
|
||||
#define functionObjectTemplate_H
|
||||
#ifndef coded_functionObjectTemplate_H
|
||||
#define coded_functionObjectTemplate_H
|
||||
|
||||
#include "regionFunctionObject.H"
|
||||
#include "dictionaryContent.H"
|
||||
@ -116,7 +116,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Code context as a dictionary
|
||||
const dictionary& codeContext() const
|
||||
const dictionary& codeContext() const noexcept
|
||||
{
|
||||
return dictionaryContent::dict();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user