Skip to content
Snippets Groups Projects
Commit e4ff52de authored by peters's avatar peters
Browse files

Reverse changes on K15.

parent 2758b956
No related branches found
No related tags found
1 merge request!34Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <DataTypes.h> #include <DataTypes.h>
#include <curand.h> #include <curand.h>
__global__ void LB_Kernel_CumulantK15Comp( real omega, extern "C" __global__ void LB_Kernel_CumulantK15Comp( real omega,
unsigned int* bcMatD, unsigned int* bcMatD,
unsigned int* neighborX, unsigned int* neighborX,
unsigned int* neighborY, unsigned int* neighborY,
...@@ -14,4 +14,4 @@ __global__ void LB_Kernel_CumulantK15Comp( real omega, ...@@ -14,4 +14,4 @@ __global__ void LB_Kernel_CumulantK15Comp( real omega,
int level, int level,
real* forces, real* forces,
bool EvenOrOdd); bool EvenOrOdd);
#endif #endif
\ No newline at end of file \ No newline at end of file
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