Skip to content
Snippets Groups Projects
Commit 62747630 authored by andy's avatar andy
Browse files

STYLE: minor comment change

parent fa28a9ee
Branches
Tags
No related merge requests found
......@@ -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_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment