mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor comment change
This commit is contained in:
@ -123,7 +123,7 @@ temperatureThermoBaffleFvPatchScalarField
|
|||||||
&& !owner_
|
&& !owner_
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
Info << "Creating thermal baffle..." << nbrMesh << endl;
|
Info << "Creating thermal baffle" << nbrMesh << endl;
|
||||||
baffle_.reset(baffle::New(thisMesh, dict).ptr());
|
baffle_.reset(baffle::New(thisMesh, dict).ptr());
|
||||||
owner_ = true;
|
owner_ = true;
|
||||||
dict.lookup("thermoType") >> solidThermoType_;
|
dict.lookup("thermoType") >> solidThermoType_;
|
||||||
|
|||||||
Reference in New Issue
Block a user