Remove empty file and some code cleanup

release/4.3a0
Andrew Melim 2014-10-15 00:03:57 -04:00
parent 99caf8833a
commit 103ec596d7
2 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ namespace gtsam {
vector<int> perm, iperm;
idx_t size = xadj.size() - 1;
for (int i = 0; i < size; i++)
for (idx_t i = 0; i < size; i++)
{
perm.push_back(0);
iperm.push_back(0);