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:
@ -70,7 +70,7 @@ boundaryField
|
||||
{
|
||||
baseVel = Function1<scalar>::New
|
||||
(
|
||||
"timeFunction", dict, &db()
|
||||
"timeFunction", dict, this->whichDb()
|
||||
);
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@ boundaryField
|
||||
// ie, NewIfPresent
|
||||
baseDir = Function1<vector>::New
|
||||
(
|
||||
"directionFunction", dict, &db()
|
||||
"directionFunction", dict, this->whichDb()
|
||||
);
|
||||
|
||||
InfoErr
|
||||
|
||||
Reference in New Issue
Block a user