瀏覽代碼

fix yet more build

Samuel Thibault 7 年之前
父節點
當前提交
b10422d30f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_,