mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Merge branch 'master' of /home/guilhem/Dropbox/gitRoot/zobovPerso
This commit is contained in:
commit
2b5f1e283d
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
}
|
||||
if (iter_candidate == candidateList.begin())
|
||||
{
|
||||
std::cout << "Failure to lookup parent" << std::endl;
|
||||
// std::cout << "Failure to lookup parent" << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -111,7 +111,7 @@ public:
|
|||
// Go bigger, though I would say we should not to.
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue