Before moving to the new building

This commit is contained in:
Desire NUENTSA
2012-06-29 17:45:10 +02:00
parent f0c34c6822
commit 15f1563533
5 changed files with 6 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ class SuperNodalMatrix
m_nzval_colptr = nzval_colptr.data();
m_rowind = rowind.data();
m_rowind_colptr = rowind_colptr.data();
m_nsuper = col_to_sup(n);
m_col_to_sup = col_to_sup.data();
m_sup_to_col = sup_to_col.data();