Commit ac9ad854 authored by Adam Osewski's avatar Adam Osewski
Browse files

Fix B2C constructor.

parent 78aaca83
...@@ -646,7 +646,7 @@ struct BlockToCTileMap_3DGrid_KSplit ...@@ -646,7 +646,7 @@ struct BlockToCTileMap_3DGrid_KSplit
// @tparam TopIdx The type of block index. // @tparam TopIdx The type of block index.
// //
template <typename TopIdx> template <typename TopIdx>
__host__ __device__ BlockToCTileMap_3DGrid_KSplit(TopIdx&) __host__ __device__ BlockToCTileMap_3DGrid_KSplit(TopIdx)
{ {
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment