oops, that should teach me to compile before commit
This commit is contained in:
parent
c55fcdbb3f
commit
7e5907eae2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue