Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / mdlib / trajectory_writing.h
index ea000f8d6b4af7d7dbf2f8100c5a4fee12f31d40..91b80e96045aa08a40a32150fc2b9656316a4312 100644 (file)
@@ -50,10 +50,6 @@ struct t_commrec;
 struct t_filenm;
 struct t_forcerec;
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*! \brief Wrapper routine for writing trajectories during mdrun
  *
  * This routine does communication (e.g. collecting distributed coordinates)
@@ -85,8 +81,4 @@ do_md_trajectory_writing(FILE                     *fplog,
                          );
 
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif