mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor formatting change
This commit is contained in:
@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
|
||||
{
|
||||
if (printCoeffs_)
|
||||
{
|
||||
Info<< type() << "Coeffs" << nl
|
||||
<< LESmodelProperties_;
|
||||
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
|
||||
{
|
||||
if (printCoeffs_)
|
||||
{
|
||||
Info<< type() << "Coeffs" << nl
|
||||
<< LESmodelProperties_;
|
||||
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -47,8 +47,7 @@ void RASmodel::printCoeffs()
|
||||
{
|
||||
if (printCoeffs_)
|
||||
{
|
||||
Info<< type() << "Coeffs" << nl
|
||||
<< RASmodelCoeffs_;
|
||||
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -45,8 +45,7 @@ void RASmodel::printCoeffs()
|
||||
{
|
||||
if (printCoeffs_)
|
||||
{
|
||||
Info<< type() << "Coeffs" << nl
|
||||
<< RASmodelCoeffs_;
|
||||
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user