mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistency updates
This commit is contained in:
@ -75,9 +75,11 @@ Foam::functionObjects::yPlus::yPlus
|
||||
fvMeshFunctionObject(name, runTime, dict),
|
||||
writeFile(obr_, name, typeName, dict)
|
||||
{
|
||||
read(dict);
|
||||
|
||||
writeFileHeader(file());
|
||||
|
||||
tmp<volScalarField> tyPlusPtr
|
||||
volScalarField* yPlusPtr
|
||||
(
|
||||
new volScalarField
|
||||
(
|
||||
@ -94,7 +96,7 @@ Foam::functionObjects::yPlus::yPlus
|
||||
)
|
||||
);
|
||||
|
||||
store(typeName, tyPlusPtr);
|
||||
mesh_.objectRegistry::store(yPlusPtr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user