Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_ana.h
index a8e83dd95e1b207fb5e9e1ac1c0719eb300240aa..0517719bcc2da62174af8f29f87ad73ffedea207 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2008, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,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.
 #ifndef _gmx_ana_h
 #define _gmx_ana_h
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 int
 gmx_anadock(int argc, char *argv[]);
 
@@ -279,9 +275,5 @@ gmx_sans(int argc, char *argv[]);
 int
 gmx_saxs(int argc, char *argv[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif
 /* _gmx_ana_h */