ソースを参照

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;