Make NbnxnGpu class with constructor
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_jit_support.cpp
index 3ea5cc186df8f33c38837c98f29dee13c91f4c80..dba641514997be022b746940bd7e8102d0f2d494 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_nbnxm_gpu_t* nb)
+void nbnxn_gpu_compile_kernels(NbnxmGpu* nb)
 {
     gmx_bool   bFastGen = TRUE;
     cl_program program  = nullptr;