Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / fileio / confio.h
index afd6b166f6b5eea18bc67643b73586eca7b3c7e4..112572230e98aaa7271c7d4a56790c348ddb687c 100644 (file)
 /* For reading coordinate files it is assumed that enough memory
  * has been allocated beforehand.
  */
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct gmx_mtop_t;
 struct t_atoms;
 struct t_symtab;
@@ -128,8 +124,4 @@ gmx_bool read_tps_conf(const char *infile, struct t_topology *top,
                        int *ePBC, rvec **x, rvec **v, matrix box,
                        gmx_bool requireMasses);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif