Skip to content
Snippets Groups Projects
Commit 608c1ba2 authored by sergio's avatar sergio
Browse files

BUG : Correcting output of private members

parent d642a9cd
Branches
Tags
No related merge requests found
......@@ -174,7 +174,7 @@ void atmBoundaryLayerInletVelocityFvPatchVectorField::updateCoeffs()
void atmBoundaryLayerInletVelocityFvPatchVectorField::write(Ostream& os) const
{
fvPatchVectorField::write(os);
zGround_.writeEntry("z0", os) ;
z0_.writeEntry("z0", os) ;
os.writeKeyword("n")
<< n_ << token::END_STATEMENT << nl;
os.writeKeyword("z")
......
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