Remove some pieces from forcerec.h
[alexxy/gromacs.git] / src / gromacs / topology / idef.h
index a8ad52068dc1cd078a89cdb9f00855f786dc9036..096c16efa7e77edc1898cff876b81df7dd343e0d 100644 (file)
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* check kernel/toppush.c when you change these numbers */
 #define MAXATOMLIST 6
 #define MAXFORCEPARAM   12
@@ -399,8 +395,4 @@ void pr_ffparams(FILE *fp, int indent, const char *title,
 void pr_idef(FILE *fp, int indent, const char *title, const t_idef *idef,
              gmx_bool bShowNumbers, gmx_bool bShowParameters);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif