Parcourir la source

fix header name

Cédric Augonnet il y a 15 ans
Parent
commit
3ab2735515
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 "matrix-market/mm_to_bcsr.h"
+#include "matrix_market/mm_to_bcsr.h"
 
 struct timeval start;
 struct timeval end;