functionObjects::yPlus: Call read() in constructor to set base-class controls
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2320
This commit is contained in:
parent
c3fdc191c2
commit
26242f0de3
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ Foam::functionObjects::yPlus::yPlus
|
|||
|
||||
mesh_.objectRegistry::store(yPlusPtr);
|
||||
|
||||
read(dict);
|
||||
resetName(typeName);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue