Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / fitahx.h
index a81077238efe6fe55417b93e755c006b614ef945..6a1383c49b4efe81b33e2177af9b0ab6229fc45b 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, by the GROMACS development team, led by
+ * Copyright (c) 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/gmxana/hxprops.h"
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
 real fit_ahx(int nres, t_bb bb[], int natoms, int nall, int allindex[],
              rvec x[], int nca, int caindex[], gmx_bool bFit);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif