Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / gstat.h
index 3e0a7d02709b3520f8065b68bf3166dd79bf817b..43b80836a0de0716c7b719a6dd97dddd281d8e23 100644 (file)
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/topology/index.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct gmx_output_env_t;
 struct gmx_residuetype_t;
 
@@ -256,8 +252,4 @@ void analyse_corr(int n, real t[], real ct[], real nt[], real kt[],
 
 void compute_derivative(int nn, const real x[], const real y[], real dydx[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif