Kaynağa Gözat

fix yet more build

Samuel Thibault 6 yıl önce
ebeveyn
işleme
b10422d30f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/spmv/matrix_market/mmio.h

+ 1 - 1
examples/spmv/matrix_market/mmio.h

@@ -139,7 +139,7 @@ int mm_write_mtx_crd(char fname[], int M, int N, int nz, int I_[], int J[],
 		 double val[], MM_typecode matcode);
 int mm_read_mtx_crd_data(FILE *f, int M, int N, int nz, int I_[], int J[],
 		double val[], MM_typecode matcode);
-int mm_read_mtx_crd_entry(FILE *f, int *I, int *J, double *real, double *img,
+int mm_read_mtx_crd_entry(FILE *f, int *I_, int *J, double *real, double *img,
 			MM_typecode matcode);
 
 int mm_read_unsymmetric_sparse(const char *fname, int *M_, int *N_, int *nz_,