missing clear

Former-commit-id: 436b55258b
This commit is contained in:
Alec Jacobson
2016-11-04 11:31:59 -04:00
parent aabd0c90c4
commit a49d14db2f
+1
View File
@@ -67,6 +67,7 @@ int main(int argc, char * argv[])
C.resize(E.rows(),V.cols());
VectorXd costs(E.rows());
Q.clear();
for(int e = 0;e<E.rows();e++)
{
double cost = e;