Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_avx_256_single / nb_kernel_avx_256_single.h
index 7662efa18fd2164664483dd2f3257a6595ea4bd1..85a190e33c536dcc3c1342a34fbb037ea93db1c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 
 #include "gromacs/gmxlib/nonbonded/nb_kernel.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* List of kernels for this architecture with metadata about them */
 extern nb_kernel_info_t
     kernellist_avx_256_single[];
@@ -49,8 +45,4 @@ extern nb_kernel_info_t
 extern int
     kernellist_avx_256_single_size;
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif