Skip to content
Snippets Groups Projects
Commit a5042192 authored by Henry's avatar Henry
Browse files

Corrected line-length

parent c6c45082
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,8 @@ void Foam::phaseHydrostaticPressureFvPatchScalarField::write(Ostream& os) const ...@@ -163,7 +163,8 @@ void Foam::phaseHydrostaticPressureFvPatchScalarField::write(Ostream& os) const
fvPatchScalarField::write(os); fvPatchScalarField::write(os);
if (phaseName_ != "alpha") if (phaseName_ != "alpha")
{ {
os.writeKeyword("phaseName") << phaseName_ << token::END_STATEMENT << nl; os.writeKeyword("phaseName")
<< phaseName_ << token::END_STATEMENT << nl;
} }
os.writeKeyword("rho") << rho_ << token::END_STATEMENT << nl; os.writeKeyword("rho") << rho_ << token::END_STATEMENT << nl;
os.writeKeyword("pRefValue") << pRefValue_ << token::END_STATEMENT << nl; os.writeKeyword("pRefValue") << pRefValue_ << token::END_STATEMENT << nl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment