From 76cee3a1d96116c2d9e2b96d58533553a451eb64 Mon Sep 17 00:00:00 2001
From: KUHN Matthieu <matthieu.kuhn@inria.fr>
Date: Wed, 4 Apr 2018 16:45:04 +0200
Subject: [PATCH] Changed spmIntSort2Asc2 (sorts pairs of values) to
 spmIntMSortIntAsc (sorts pair of arrays)

---
 src/z_spm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/z_spm.c b/src/z_spm.c
index 7a4713b3..8b6c4617 100644
--- a/src/z_spm.c
+++ b/src/z_spm.c
@@ -96,7 +96,7 @@ z_spmSort( spmatrix_t *spm )
         sortptr[1] = rowptr;
 
 #if defined(PRECISION_p)
-        spmIntSort2Asc2( sortptr, size );
+        spmIntMSortIntAsc( sortptr, size );
 #else
         sortptr[2] = values;
         z_spmIntIntFltSortAsc( sortptr, size );
-- 
GitLab