From 33d5c30f8aa58d3c3737c90fdc0999faeba1334d Mon Sep 17 00:00:00 2001 From: Henry <henry.korb@geo.uu.se> Date: Fri, 16 Dec 2022 16:41:16 +0100 Subject: [PATCH] bug fix in lbmkernel from prev commit --- src/gpu/VirtualFluids_GPU/GPU/LBMKernel.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/VirtualFluids_GPU/GPU/LBMKernel.cu b/src/gpu/VirtualFluids_GPU/GPU/LBMKernel.cu index b513aa100..363fb7662 100644 --- a/src/gpu/VirtualFluids_GPU/GPU/LBMKernel.cu +++ b/src/gpu/VirtualFluids_GPU/GPU/LBMKernel.cu @@ -1189,7 +1189,7 @@ void Calc3rdMomentsCompSP27( real* CUMbbb, unsigned int size_Mat, unsigned int numberOfThreads, real* DD, - bool isEvenTimestep): + bool isEvenTimestep) { vf::cuda::CudaGrid grid = vf::cuda::CudaGrid(numberOfThreads, size_Mat); -- GitLab