Mantis bug fixes, 95 and 96
This commit is contained in:
parent
9b43cfb506
commit
1d2a05fc33
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -211,8 +211,6 @@ void waveTransmissiveFvPatchField<Type>::write(Ostream& os) const
|
|||
os.writeKeyword("lInf") << this->lInf_
|
||||
<< token::END_STATEMENT << nl;
|
||||
}
|
||||
|
||||
this->writeEntry("value", os);
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue