minor bugs in MO

This commit is contained in:
liefooga 2013-02-22 12:16:37 +01:00
commit 1cd3fd6a30
3 changed files with 146 additions and 137 deletions

View file

@ -73,7 +73,7 @@ public:
nbStep(_nbStep) {
isAccept = false;
if (!neighborhood.isRandom()) {
std::cout << "moRandomNeutralWalkExplorer::Warning -> the neighborhood used is not random" << std::endl;
std::cout << "moRandomNeutralWalkExplorer::Warning -> the neighborhood used is not random (" << neighborhood.className() << ")" << std::endl;
}
}