Reduce the use of nbnxn_consts.h
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_search.c
index 1d48c50c92e512489d7032c265e8b9a86cae24d6..e28c0c0e2d486d0a769e8ab469cc8fcda98e8b64 100644 (file)
@@ -230,7 +230,7 @@ static int get_2log(int n)
     return log2;
 }
 
-static int nbnxn_kernel_to_ci_size(int nb_kernel_type)
+int nbnxn_kernel_to_ci_size(int nb_kernel_type)
 {
     switch (nb_kernel_type)
     {