Bugfix: removed info message

This commit is contained in:
Hrvoje Jasak 2017-04-12 11:45:07 +01:00
parent 1ecd06bd02
commit cefa14acbf

View file

@ -395,7 +395,7 @@ void Foam::radiation::viewFactor::calculate()
{
// Store previous iteration
Qr_.storePrevIter();
Info<< "map_->constructSize(): " << map_->constructSize() << endl;
scalarField compactCoarseT(map_->constructSize(), 0.0);
scalarField compactCoarseE(map_->constructSize(), 0.0);
scalarField compactCoarseHo(map_->constructSize(), 0.0);