Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / powerspect.h
index 0fbc85df0999fb4e8317198ad80dd5aeb383340e..f0eb2ec310b02378aa8961e331b2f71519af3a6d 100644 (file)
 #include "gromacs/utility/arrayref.h"
 #include "gromacs/utility/real.h"
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
 extern void powerspectavg(real ***interface, int t, int xbins, int ybins,
                           gmx::ArrayRef<const std::string> outfiles);
 
@@ -55,8 +50,4 @@ extern void powerspectavg_intf(t_interf ***if1, t_interf ***if2, int t,
                                int xbins, int ybins,
                                gmx::ArrayRef<const std::string> outfiles);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif