Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / fft / parallel_3dfft.h
index 8f0002399d34e810eff4e9ddd709e21128c915f7..b0a8948e834fe38a06aeb662b74d90b0d680edcd 100644 (file)
 #include "gromacs/utility/gmxmpi.h"
 #include "gromacs/utility/real.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 typedef struct gmx_parallel_3dfft *
     gmx_parallel_3dfft_t;
 
@@ -132,8 +128,4 @@ gmx_parallel_3dfft_execute(gmx_parallel_3dfft_t    pfft_setup,
 int
 gmx_parallel_3dfft_destroy(gmx_parallel_3dfft_t    pfft_setup);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif