STYLE: extrudeModel: missing space

This commit is contained in:
mattijs
2019-12-19 13:00:23 +00:00
parent 74b12c6afd
commit 7757a9b897

View File

@ -49,7 +49,7 @@ Foam::extrudeModel::extrudeModel
{
DebugInfo
<< "Selected extrudeModel for " << modelType
<< "using coeffs " << coeffDict_ << nl;
<< " using coeffs " << coeffDict_ << nl;
}