Removed info message

This commit is contained in:
Hrvoje Jasak 2017-01-13 16:08:13 +00:00
parent 5a42868d78
commit 58edb15fa9

View file

@ -533,7 +533,7 @@ void Foam::MRFZone::correctBoundaryVelocity(volVectorField& U) const
{
const vector& origin = origin_.value();
const vector rotVel = Omega();
Info<< "rotVel: " << rotVel << endl;
// Included patches
forAll (includedFaces_, patchi)
{