STYLE: minor comment change

This commit is contained in:
andy
2012-09-19 16:20:35 +01:00
parent fa28a9ee0b
commit 6274763017

View File

@ -123,7 +123,7 @@ temperatureThermoBaffleFvPatchScalarField
&& !owner_
)
{
Info << "Creating thermal baffle..." << nbrMesh << endl;
Info << "Creating thermal baffle" << nbrMesh << endl;
baffle_.reset(baffle::New(thisMesh, dict).ptr());
owner_ = true;
dict.lookup("thermoType") >> solidThermoType_;