From 7dbd826d7ed8767c0dc056b18b858fc0077c4495 Mon Sep 17 00:00:00 2001
From: Ferhat Mihoubi <ferhat.mihoubi@univ-evry.fr>
Date: Wed, 6 Jun 2012 16:30:28 +0200
Subject: [PATCH] Code cleaning

---
 mex/sources/bytecode/SparseMatrix.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mex/sources/bytecode/SparseMatrix.cc b/mex/sources/bytecode/SparseMatrix.cc
index 10840d15a5..77a5425f67 100644
--- a/mex/sources/bytecode/SparseMatrix.cc
+++ b/mex/sources/bytecode/SparseMatrix.cc
@@ -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++)
-- 
GitLab