Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / fileio / xtcio.h
index 20684d17bb5b0beaa1e6eb3c0d1b011f7a827b84..af10cf522bd0cfc2f4d4c81421d2d676d9fc64cf 100644 (file)
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct t_fileio;
 
 /* All functions return 1 if successful, 0 otherwise
@@ -80,8 +76,4 @@ int write_xtc(struct t_fileio *fio,
               const rvec *box, const rvec *x, real prec);
 /* Write a frame to xtc file */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif