Fix nbnxn templates
authorRoland Schulz <roland@utk.edu>
Mon, 18 Aug 2014 06:47:09 +0000 (02:47 -0400)
committerRoland Schulz <roland@utk.edu>
Mon, 18 Aug 2014 06:47:09 +0000 (02:47 -0400)
Change 6400ed5de8 changed the generated files without changing
the template.

Change-Id: If42909a59d25a4e866de6af8874157b23c781128

src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_file_generator/nbnxn_kernel_simd_template.c.pre
src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_file_generator/nbnxn_kernel_simd_template.h.pre
src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.c
src/gromacs/mdlib/nbnxn_kernels/simd_2xnn/nbnxn_kernel_simd_2xnn.h

index 5ba3645df625e1f760ae852c54e1a41c75882c14..bf7fdfaf45f740df06bf3bce369fa0eb3fc4d6bb 100644 (file)
@@ -36,6 +36,7 @@
 
 #include "gromacs/legacyheaders/typedefs.h"
 
+#include "gromacs/mdlib/nb_verlet.h"
 #include "gromacs/mdlib/nbnxn_simd.h"
 
 #ifdef {0}
index f325d359d964f0f37cfc69eb8a856c4060c447fe..1256eb6a6d1614eec31d0e9b575cc2a96ac05668 100644 (file)
@@ -34,6 +34,7 @@
  */
 #include "gromacs/legacyheaders/typedefs.h"
 
+#include "gromacs/mdlib/nbnxn_pairlist.h"
 #include "gromacs/mdlib/nbnxn_simd.h"
 
 #ifdef __cplusplus
index 08e3c93c8bde90c5956e4ebfcd48c2f1db580d55..6dfe854a952560ec31c08c666ba88b7a58c6b4b3 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "gromacs/legacyheaders/typedefs.h"
 
-#include "gromacs/mdlib/nbnxn_pairlist.h"
+#include "gromacs/mdlib/nb_verlet.h"
 #include "gromacs/mdlib/nbnxn_simd.h"
 
 #ifdef GMX_NBNXN_SIMD_2XNN
index 0933cc2f7982a15e166ab336058992767014fc53..4e8235e1acbc46c06ee4cfd42f0f557fac59aa1e 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "gromacs/legacyheaders/typedefs.h"
 
-#include "gromacs/mdlib/nb_verlet.h"
+#include "gromacs/mdlib/nbnxn_pairlist.h"
 #include "gromacs/mdlib/nbnxn_simd.h"
 
 #ifdef __cplusplus