Merge branch 'master' of /home/guilhem/Dropbox/gitRoot/zobovPerso

This commit is contained in:
Your Name 2011-02-24 14:28:15 -05:00
commit 2b5f1e283d

View file

@ -68,7 +68,7 @@ public:
} }
if (iter_candidate == candidateList.begin()) if (iter_candidate == candidateList.begin())
{ {
std::cout << "Failure to lookup parent" << std::endl; // std::cout << "Failure to lookup parent" << std::endl;
return -1; return -1;
} }
@ -111,7 +111,7 @@ public:
// Go bigger, though I would say we should not to. // Go bigger, though I would say we should not to.
} }
while (iter_candidate != candidateList.begin()) ; while (iter_candidate != candidateList.begin()) ;
std::cout << "Failure to lookup parent (2)" << std::endl; // std::cout << "Failure to lookup parent (2)" << std::endl;
return -1; return -1;
} }