using eo::log instead of std::cout

This commit is contained in:
Johann Dreo 2010-09-29 22:52:30 +02:00
commit ac0a909d1d
12 changed files with 27 additions and 24 deletions

View file

@ -78,8 +78,7 @@ public:
if (_v.size () != size ()) // safety check
{
if (size ()) // NOT an initial empty std::vector
std::
cout <<
eo::log << eo::warnings <<
"Warning: Changing position size in eoVectorParticle assignation"
<< std::endl;
resize (_v.size ());