Rework -Weverything
[alexxy/gromacs.git] / src / gromacs / gmxlib / network.cpp
index f4adc6931cee105fa6bbe691e144f22acf94214d..eec49f099aa39b63045483c94dbd0e615bb7988c 100644 (file)
@@ -193,7 +193,7 @@ void gmx_setup_nodecomm(FILE gmx_unused* fplog, t_commrec* cr)
             fprintf(fplog,
                     "Using two step summing over %d groups of on average %.1f ranks\n\n",
                     ng,
-                    (real)n / (real)ng);
+                    real(n) / real(ng));
         }
         if (nc->rank_intra > 0)
         {