Browse Source

Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/starpu/starpu

Samuel Thibault 6 years ago
parent
commit
a0f1dc7960
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datawizard/interfaces/block_filters.c

+ 1 - 1
src/datawizard/interfaces/block_filters.c

@@ -31,7 +31,7 @@ void starpu_block_filter_block(void *father_interface, void *child_interface, ST
         uint32_t nz = block_father->nz;
 	size_t elemsize = block_father->elemsize;
 
-	STARPU_ASSERT_MSG(nparts <= nx, "cannot split %u elements in %u parts", nx, nparts, nx);
+	STARPU_ASSERT_MSG(nparts <= nx, "cannot split %u elements in %u parts", nx, nparts);
 
 	uint32_t chunk_size;
 	size_t offset;