Bugfix: removed info message
This commit is contained in:
parent
1ecd06bd02
commit
cefa14acbf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue