|
@@ -2,7 +2,7 @@
|
|
|
*
|
|
|
* Copyright (C) 2008-2011,2013,2014,2016,2019 Université de Bordeaux
|
|
|
* Copyright (C) 2010 Mehdi Juhoor
|
|
|
- * Copyright (C) 2010,2011,2013,2015,2017 CNRS
|
|
|
+ * Copyright (C) 2010,2011,2013,2015,2017,2019 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -51,7 +51,7 @@ void starpu_bcsr_filter_canonical_block(void *father_interface, void *child_inte
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-struct starpu_data_interface_ops *starpu_bcsr_filter_canonical_block_child_ops(STARPU_ATTRIBUTE_UNUSED struct starpu_data_filter *f, unsigned child)
|
|
|
+struct starpu_data_interface_ops *starpu_bcsr_filter_canonical_block_child_ops(STARPU_ATTRIBUTE_UNUSED struct starpu_data_filter *f, STARPU_ATTRIBUTE_UNUSED unsigned child)
|
|
|
{
|
|
|
return &starpu_interface_matrix_ops;
|
|
|
}
|