Browse Source

fix header name

Cédric Augonnet 15 years ago
parent
commit
3ab2735515
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/spmv/dw_block_spmv.c

+ 1 - 1
examples/spmv/dw_block_spmv.c

@@ -15,7 +15,7 @@
  */
  */
 
 
 #include "dw_block_spmv.h"
 #include "dw_block_spmv.h"
-#include "matrix-market/mm_to_bcsr.h"
+#include "matrix_market/mm_to_bcsr.h"
 
 
 struct timeval start;
 struct timeval start;
 struct timeval end;
 struct timeval end;