clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_potential.cpp
index 3131aceaaf68a75e2eca421171d7730ec3628fa8..4c39aa2e41d05036344d19aca395480d4b00ba4a 100644 (file)
@@ -422,7 +422,7 @@ int gmx_potential(int argc, char *argv[])
     static int         ngrps      = 1;
     static gmx_bool    bSpherical = FALSE;   /* default is bilayer types   */
     static real        fudge_z    = 0;       /* translate coordinates      */
-    static gmx_bool    bCorrect   = 0;
+    static gmx_bool    bCorrect   = false;
     t_pargs            pa []      = {
         { "-d",   FALSE, etSTR, {&axtitle},
           "Take the normal on the membrane in direction X, Y or Z." },