Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / mdlib / ns.cpp
index 9cca369a9af99f658252d7f0a20bfe5b34f63ad5..53f6e5c93ccdf84192e0e281149d562e732ffbee 100644 (file)
@@ -2029,7 +2029,7 @@ static int nsgrid_core(t_commrec *cr, t_forcerec *fr,
     return nns;
 }
 
-void ns_realloc_natoms(gmx_ns_t *ns, int natoms)
+static void ns_realloc_natoms(gmx_ns_t *ns, int natoms)
 {
     int i;