浏览代码

examples/spmv/matrix_market/mmio.c: typo

Nathalie Furmento 12 年之前
父节点
当前提交
68161d3ccd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/spmv/matrix_market/mmio.c

+ 2 - 2
examples/spmv/matrix_market/mmio.c

@@ -277,8 +277,8 @@ int mm_write_mtx_array_size(FILE *f, int M, int N)
 /* use when I[], J[], and val[]J, and val[] are already allocated */
 /******************************************************************/
 
-int mm_read_mtx_crd_data(FILE *f, int M 
-				 int N, int nz, int I[], int J[],
+int mm_read_mtx_crd_data(FILE *f, int M,
+			 int N, int nz, int I[], int J[],
         double val[], MM_typecode matcode)
 {
     int i;