Cleaned up commented line after fix to use the colamd ordering.
parent
0311d2a2a2
commit
2507b6aaca
|
|
@ -187,7 +187,6 @@ boost::shared_ptr<Ordering> colamd(int n_col, int n_row, int nrNonZeros, const m
|
||||||
boost::shared_ptr<Ordering> result(new Ordering);
|
boost::shared_ptr<Ordering> result(new Ordering);
|
||||||
for(int j = 0; j < n_col; j++)
|
for(int j = 0; j < n_col; j++)
|
||||||
result->push_back(initialOrder[p[j]]);
|
result->push_back(initialOrder[p[j]]);
|
||||||
//result->push_back(initialOrder[j]);
|
|
||||||
delete [] p; // delete colamd result vector
|
delete [] p; // delete colamd result vector
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue