mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Moved cloud warning inside debug clause
This commit is contained in:
@ -121,9 +121,12 @@ void Foam::Cloud<ParticleType>::initCloud(const bool checkClass)
|
||||
}
|
||||
else
|
||||
{
|
||||
Pout<< "Cannot read particle positions file:" << nl
|
||||
<< " " << ioP.path() << nl
|
||||
<< "Assuming the initial cloud contains 0 particles." << endl;
|
||||
if (debug)
|
||||
{
|
||||
Pout<< "Cannot read particle positions file:" << nl
|
||||
<< " " << ioP.objectPath() << nl
|
||||
<< "Assuming the initial cloud contains 0 particles." << endl;
|
||||
}
|
||||
}
|
||||
|
||||
// Ask for the tetBasePtIs to trigger all processors to build
|
||||
|
||||
Reference in New Issue
Block a user