Warn for type mismatch for gmx printf like functions 2/3
[alexxy/gromacs.git] / src / gromacs / pulling / pull_rotation.cpp
index 76badaeda53aed597e6b1f703bfdee899870d759..f9fd3abeeffe00d555a6d2a17d45023930784fea 100644 (file)
@@ -644,7 +644,7 @@ static double calc_beta_max(real min_gaussian, real slab_dist)
     }
     if (min_gaussian <= 0)
     {
-        gmx_fatal(FARGS, "Cutoff value for Gaussian must be > 0. (You requested %f)");
+        gmx_fatal(FARGS, "Cutoff value for Gaussian must be > 0. (You requested %f)", min_gaussian);
     }
 
     /* Define the sigma value */