merge with kernels from MH's master thesis
[LbmBenchmarkKernelsPublic.git] / src / BenchKernelD3Q19ListAaCommon.c
index c1e48a5aec8b0e053fb93f9323f3b6070791c003..7aa45ff881c60586a99f7d0b6a6f45ccc969511c 100644 (file)
@@ -384,6 +384,8 @@ void FNAME(D3Q19ListAaInit)(LatticeDesc * ld, KernelData ** kernelData, Paramete
        }
 #endif
 
+       // TODO: check nCells/nFluid do not exceed 2^31. This actually has to be
+       // done during lattice setup.
        kdl->nCells = nCells;
        kdl->nFluid = nFluid;
 
This page took 0.061962 seconds and 5 git commands to generate.