Fixing again after failed merge with Mattijs' fix

This commit is contained in:
Henry
2013-10-29 10:04:35 +00:00
parent 5b4b2fbd56
commit 8228920cba

View File

@ -235,6 +235,7 @@ void kLowReWallFunctionFvPatchScalarField::write(Ostream& os) const
os.writeKeyword("kappa") << kappa_ << token::END_STATEMENT << nl;
os.writeKeyword("E") << E_ << token::END_STATEMENT << nl;
os.writeKeyword("Ceps2") << Ceps2_ << token::END_STATEMENT << nl;
writeEntry("value", os);
}