BUG: KinematicCloud: remove hard-coded debug condition

This commit is contained in:
Kutalmis Bercin 2024-03-27 19:47:32 +00:00
parent 1668519996
commit 483075b4aa

View File

@ -501,14 +501,11 @@ template<class CloudType>
inline Foam::tmp<Foam::volScalarField::Internal>
Foam::KinematicCloud<CloudType>::Srhok() const
{
label debug0 = debug;
debug = 1;
if (debug)
{
Pout<< "rhokTrans min/max = " << min(rhokTrans()).value() << ", "
<< max(rhokTrans()).value() << endl;
}
debug = debug0;
if (this->solution().coupled())
{