Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / mdlib / nsgrid.cpp
index 8b6b40f0a97b4c1e22ff65a7fda1b215dd797a4d..1252a1a66bb4148fce0b65c4b98beea6135c2f76 100644 (file)
@@ -96,9 +96,9 @@ static void calc_x_av_stddev(int n, rvec *x, rvec av, rvec stddev)
     }
 }
 
-void get_nsgrid_boundaries_vac(real av, real stddev,
-                               real *bound0, real *bound1,
-                               real *bdens0, real *bdens1)
+static void get_nsgrid_boundaries_vac(real av, real stddev,
+                                      real *bound0, real *bound1,
+                                      real *bdens0, real *bdens1)
 {
     /* Set the grid to 2 times the standard deviation of
      * the charge group centers in both directions.