Apply clang-tidy-11 fixes to CUDA files
[alexxy/gromacs.git] / src / gromacs / mdlib / update_constrain_gpu_internal.cu
index 5787bc476e12f0b268aabbf3c3e8b445fc903214..9d1dea39af6c456fc07b8c33cfee0f92ce3828a4 100644 (file)
@@ -77,7 +77,7 @@ __launch_bounds__(c_maxThreadsPerBlock) __global__
 
 void launchScaleCoordinatesKernel(const int            numAtoms,
                                   DeviceBuffer<Float3> d_coordinates,
-                                  const ScalingMatrix  mu,
+                                  const ScalingMatrix& mu,
                                   const DeviceStream&  deviceStream)
 {
     KernelLaunchConfig kernelLaunchConfig;