Make nbnxm headers more self-contained
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_jit_support.cpp
index 36c55d9037729a549f97178fcb165ded46ec5751..3ea5cc186df8f33c38837c98f29dee13c91f4c80 100644 (file)
@@ -167,7 +167,7 @@ static std::string makeDefinesForKernelTypes(bool bFastGen, int eeltype, int vdw
  *
  * Does not throw
  */
-void nbnxn_gpu_compile_kernels(gmx_nbnxn_ocl_t* nb)
+void nbnxn_gpu_compile_kernels(gmx_nbnxm_gpu_t* nb)
 {
     gmx_bool   bFastGen = TRUE;
     cl_program program  = nullptr;