Removed temporary diagnostic messages

This commit is contained in:
Henry Weller
2023-07-17 15:19:04 +01:00
parent 6fb82953fa
commit 8b8a062420
2 changed files with 0 additions and 2 deletions

View File

@ -356,7 +356,6 @@ bool Foam::fvModels::writeObject
const bool write
) const
{
InfoInFunction << endl;
bool allOk = true;
const PtrListDictionary<fvModel>& modelList(*this);

View File

@ -144,7 +144,6 @@ bool Foam::fv::OUForce::read(const dictionary& dict)
bool Foam::fv::OUForce::write(const bool write) const
{
InfoInFunction << endl;
const volVectorField& U = mesh().lookupObject<volVectorField>(UName_);
writeEk(U, K_);