BUG: KinematicCloud: remove hard-coded debug condition
This commit is contained in:
parent
1668519996
commit
483075b4aa
@ -501,14 +501,11 @@ template<class CloudType>
|
|||||||
inline Foam::tmp<Foam::volScalarField::Internal>
|
inline Foam::tmp<Foam::volScalarField::Internal>
|
||||||
Foam::KinematicCloud<CloudType>::Srhok() const
|
Foam::KinematicCloud<CloudType>::Srhok() const
|
||||||
{
|
{
|
||||||
label debug0 = debug;
|
|
||||||
debug = 1;
|
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Pout<< "rhokTrans min/max = " << min(rhokTrans()).value() << ", "
|
Pout<< "rhokTrans min/max = " << min(rhokTrans()).value() << ", "
|
||||||
<< max(rhokTrans()).value() << endl;
|
<< max(rhokTrans()).value() << endl;
|
||||||
}
|
}
|
||||||
debug = debug0;
|
|
||||||
|
|
||||||
if (this->solution().coupled())
|
if (this->solution().coupled())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user