Code cleaning

time-shift
Ferhat Mihoubi 2012-06-06 16:30:28 +02:00
parent a3e1d17b9e
commit 7dbd826d7e
1 changed files with 1 additions and 1 deletions

View File

@ -2179,7 +2179,7 @@ SparseMatrix::Singular_display(int block, int Size, bool steady_state, it_code_t
mexCallMATLAB(3, lhs, 1, rhs, "svd");
mxArray* SVD_u = lhs[0];
mxArray* SVD_s = lhs[1];
mxArray* SVD_v = lhs[2];
//mxArray* SVD_v = lhs[2];
double *SVD_ps = mxGetPr(SVD_s);
double *SVD_pu = mxGetPr(SVD_u);
for (int i = 0; i < Size; i++)