Skip to content
Snippets Groups Projects
Commit 8056a6f6 authored by Soeren Peters's avatar Soeren Peters
Browse files

Added missing kzero.

parent 33c339ac
No related branches found
No related tags found
1 merge request!27Remove GPU compiler warnings (Closes #4, #12)
...@@ -293,7 +293,7 @@ extern "C" __global__ void LBCalc2ndMomentsCompSP27(real* kxyFromfcNEQ, ...@@ -293,7 +293,7 @@ extern "C" __global__ void LBCalc2ndMomentsCompSP27(real* kxyFromfcNEQ,
{ {
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
//index //index
//unsigned int kzero= k; unsigned int kzero= k;
unsigned int ke = k; unsigned int ke = k;
unsigned int kw = neighborX[k]; unsigned int kw = neighborX[k];
unsigned int kn = k; unsigned int kn = k;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment