Position buffer ops in CUDA
[alexxy/gromacs.git] / src / gromacs / nbnxm / gpu_types.h
index f02e456ad975bcd54aab2a94b743f46359cc900c..d875d58a157a230bf223070a9e0051200d8b588c 100644 (file)
@@ -56,7 +56,7 @@ using gmx_nbnxn_gpu_t = gmx_nbnxn_cuda_t;
 #endif
 
 #if GMX_GPU == GMX_GPU_NONE
-typedef int gmx_nbnxn_gpu_t;
+using gmx_nbnxn_gpu_t = int;
 #endif
 
 #endif // !DOXYGEN