Fixed infinite loop

This commit is contained in:
Guilhem Lavaux 2011-03-01 15:24:14 -06:00
parent 18a0b5d6cc
commit 5d0487c2ed

View file

@ -87,6 +87,9 @@ public:
if (candidate_zIds.size() < ref_void.zId.size())
{
if (iter_candidate == candidateList.begin())
return -1;
--iter_candidate;
continue;
}