From 2507b6aaca08733e95590b13594cb271f62b323c Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 19 Jan 2010 03:16:09 +0000 Subject: [PATCH] Cleaned up commented line after fix to use the colamd ordering. --- cpp/FactorGraph-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/FactorGraph-inl.h b/cpp/FactorGraph-inl.h index 3cf6e7196..aaadc63be 100644 --- a/cpp/FactorGraph-inl.h +++ b/cpp/FactorGraph-inl.h @@ -187,7 +187,6 @@ boost::shared_ptr colamd(int n_col, int n_row, int nrNonZeros, const m boost::shared_ptr result(new Ordering); for(int j = 0; j < n_col; j++) result->push_back(initialOrder[p[j]]); - //result->push_back(initialOrder[j]); delete [] p; // delete colamd result vector return result;