mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Debug message remove. Info message tweaked.
This commit is contained in:
@ -70,8 +70,6 @@ Foam::molecule::molecule
|
||||
}
|
||||
else
|
||||
{
|
||||
Pout<< "Binary readfields." << endl;
|
||||
|
||||
is.read
|
||||
(
|
||||
reinterpret_cast<char*>(&Q_),
|
||||
|
||||
@ -303,8 +303,8 @@ inline bool Foam::moleculeCloud::evaluatePotentialLimit
|
||||
<< SMALL
|
||||
<< ": mag separation = " << rsIsJMag
|
||||
<< ". These may have been placed on top of each"
|
||||
<< " other by a rounding error in molConfig in"
|
||||
<< " parallel or a block filled with molecules "
|
||||
<< " other by a rounding error in mdInitialise in"
|
||||
<< " parallel or a block filled with molecules"
|
||||
<< " twice. Removing one of the molecules."
|
||||
<< endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user