oops, that should teach me to compile before commit

This commit is contained in:
maartenkeijzer 2002-07-22 13:35:11 +00:00
commit 7e5907eae2

View file

@ -176,7 +176,7 @@ private :
//declone //declone
fronts.back().push_back(index); fronts.back().push_back(index);
else // assign it the rank of the previous else // assign it the rank of the previous
ronts[prev_front].push_back(index); fronts[prev_front].push_back(index);
continue; continue;
} }
} }