fixed writing out entries in advective bc

This commit is contained in:
Dominik Christ 2013-01-08 11:24:40 +00:00
parent d25102187a
commit 3f0ba445f2

View file

@ -441,13 +441,13 @@ void advectiveFvPatchField<Type>::write(Ostream& os) const
<< token::END_STATEMENT << nl;
os.writeKeyword("lInf") << lInf_
<< token::END_STATEMENT << endl;
}
os.writeKeyword("inletOutlet") << inletOutlet_
<< token::END_STATEMENT << nl;
os.writeKeyword("correctSupercritical") << correctSupercritical_
<< token::END_STATEMENT << nl;
}
this->writeEntry("value", os);
}