--- branches/development/src/brains/SimInfo.cpp 2012/06/05 18:07:08 1744 +++ branches/development/src/brains/SimInfo.cpp 2012/06/21 19:26:46 1760 @@ -260,7 +260,6 @@ namespace OpenMD { } ndfLocal_ = ndf_local; - cerr << "ndfLocal_ = " << ndfLocal_ << "\n"; // n_constraints is local, so subtract them on each processor ndf_local -= nConstraints_; @@ -802,7 +801,7 @@ namespace OpenMD { usesDirectional |= (*i)->isDirectional(); usesFluctuatingCharges |= (*i)->isFluctuatingCharge(); } - + #ifdef IS_MPI int temp; temp = usesDirectional;