Mantis bug fixes, 95 and 96

This commit is contained in:
Hrvoje Jasak 2011-09-16 09:39:04 +01:00
parent 9b43cfb506
commit 1d2a05fc33
2 changed files with 1 additions and 3 deletions

View file

@ -444,13 +444,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);
}

View file

@ -211,8 +211,6 @@ void waveTransmissiveFvPatchField<Type>::write(Ostream& os) const
os.writeKeyword("lInf") << this->lInf_
<< token::END_STATEMENT << nl;
}
this->writeEntry("value", os);
}