Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.h
index e079ebe15e86169f258dd06a4d7115f5bac8bc39..6b7c533ef2ca26bc806ecc94534eee40b27e58dd 100644 (file)
 struct t_atom;
 struct t_resinfo;
 
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
 #define PHI_AHX (-55.0)
 #define PSI_AHX (-45.0)
 /* Canonical values of the helix phi/psi angles */
@@ -122,8 +117,4 @@ extern void calc_hxprops(int nres, t_bb bb[], const rvec x[]);
 
 extern void pr_bb(FILE *fp, int nres, t_bb bb[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif