diff options
Diffstat (limited to 'examples/poiseulle_3d_gpu')
| -rw-r--r-- | examples/poiseulle_3d_gpu/sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/poiseulle_3d_gpu/sim.cpp b/examples/poiseulle_3d_gpu/sim.cpp index e3305d6..52893a2 100644 --- a/examples/poiseulle_3d_gpu/sim.cpp +++ b/examples/poiseulle_3d_gpu/sim.cpp @@ -18,7 +18,7 @@ constexpr uint64_t particle_size = 128ul; namespace sch { using namespace saw::schema; -using InfoChunk = Chunk<UInt8, 0u, dim_x, dim_y>; +using InfoChunk = Chunk<UInt8, 0u, dim_x, dim_y, dim_z>; template<typename T, typename Desc> using DfChunk = Chunk<FixedArray<T,Desc::Q>, 1u, dim_x, dim_y, dim_z>; |
