cout removed

This commit is contained in:
liefooga 2013-02-22 12:24:45 +01:00
commit b814621650

View file

@ -66,7 +66,6 @@ public:
*/
moBitFlipNeighborhood(double _rate, unsigned _length, unsigned _sampleSize): moNeighborhood<Neighbor>(), rate(_rate), length(_length), sampleSize(_sampleSize) {
nNeighbors = 0;
std::cout << "rate = " << rate << std::endl;
}
/**