Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / fileio / g96io.h
index b33d55cdbc0cb8bd37c7b549303b69e5cc0f9535..92eb63e774bb6369a899f0024dadba374750487c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #include <stdio.h>
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct t_symtab;
 struct t_trxframe;
 
@@ -66,8 +62,4 @@ void write_g96_conf(FILE *out, const char *title, const t_trxframe *fr, int nind
 /* write a Gromos96 coordinate file or trajectory frame *
  * index can be NULL                                    */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif