Removed temporary diagnostic messages
This commit is contained in:
@ -356,7 +356,6 @@ bool Foam::fvModels::writeObject
|
||||
const bool write
|
||||
) const
|
||||
{
|
||||
InfoInFunction << endl;
|
||||
bool allOk = true;
|
||||
|
||||
const PtrListDictionary<fvModel>& modelList(*this);
|
||||
|
||||
@ -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_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user