Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / eigio.h
index f23a0d381ed46f1b52d219f78cb90493d717ca6e..5358b3cff5e49e26f87f5832c24d875604891db7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,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/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
 enum {
     eWXR_NO, eWXR_YES, eWXR_NOFIT
 };
@@ -88,8 +83,4 @@ int read_eigval  (const char *          fn,
                   int                   eigvalnr[],
                   real                  eigval[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif