Added two new bonded functions.
[alexxy/gromacs.git] / include / bondf.h
index 9d40a3fa921de8409fb8c5a8e36369847848d955..db28fd376f2490c95ebbd4726ea319af2bf225ed 100644 (file)
@@ -138,10 +138,10 @@ void do_dih_fup(int i,int j,int k,int l,real ddphi,
  *
  *************************************************************************/
   t_ifunc bonds,g96bonds,morse_bonds,cubic_bonds,FENE_bonds,restraint_bonds;
-  t_ifunc angles,g96angles,cross_bond_bond,cross_bond_angle,urey_bradley,quartic_angles;
+  t_ifunc angles,g96angles,cross_bond_bond,cross_bond_angle,urey_bradley,quartic_angles,linear_angles;
   t_ifunc pdihs,idihs,rbdihs;
   t_ifunc tab_bonds,tab_angles,tab_dihs;
-  t_ifunc polarize,water_pol,thole_pol,angres,angresz,unimplemented;
+  t_ifunc polarize,anharm_polarize,water_pol,thole_pol,angres,angresz,unimplemented;
 
 #ifdef __cplusplus
 }