Debug message remove. Info message tweaked.

This commit is contained in:
graham
2009-01-07 16:36:03 +00:00
parent d61af129f1
commit 98f01a33dd
2 changed files with 2 additions and 4 deletions

View File

@ -70,8 +70,6 @@ Foam::molecule::molecule
}
else
{
Pout<< "Binary readfields." << endl;
is.read
(
reinterpret_cast<char*>(&Q_),

View File

@ -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;