Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / ewald / tests / pmetestcommon.cpp
index 763d79d6823620828a8e6dda94fd89bc653fd343..9a5c5c352bec4aa17188dee991652c7eca760561 100644 (file)
@@ -112,8 +112,8 @@ static PmeSafePointer pmeInitInternal(const t_inputrec         *inputRec,
                                       const gmx_device_info_t  *gpuInfo,
                                       PmeGpuProgramHandle       pmeGpuProgram,
                                       const Matrix3x3          &box,
-                                      real                      ewaldCoeff_q = 1.0f,
-                                      real                      ewaldCoeff_lj = 1.0f
+                                      real                      ewaldCoeff_q = 1.0F,
+                                      real                      ewaldCoeff_lj = 1.0F
                                       )
 {
     const MDLogger dummyLogger;