X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=moldyn.h;h=6345f3faf1cfb75cce7394d05cdf67d670e6cc15;hb=959801961cfdd51e080e6500f51647b3397d336c;hp=cd7c5d02b890b6fbe3374cce2de1ee05d3559e89;hpb=1bcee27b60522025d3f43ad02347c413f6030698;p=physik%2Fposic.git diff --git a/moldyn.h b/moldyn.h index cd7c5d0..6345f3f 100644 --- a/moldyn.h +++ b/moldyn.h @@ -106,6 +106,9 @@ typedef struct s_moldyn { /* potential force function and parameter pointers */ int (*func1b)(struct s_moldyn *moldyn,t_atom *ai); int (*func2b)(struct s_moldyn *moldyn,t_atom *ai,t_atom *aj,u8 bc); + int (*func3b_0)(struct s_moldyn *moldyn, + t_atom *ai,t_atom *aj,t_atom *ak,u8 bck); + int (*func3b_1)(struct s_moldyn *moldyn,t_atom *ai,t_atom *aj,u8 bc); int (*func3b_j1)(struct s_moldyn *moldyn,t_atom *ai,t_atom *aj,u8 bc); int (*func3b_j2)(struct s_moldyn *moldyn,t_atom *ai,t_atom *aj,u8 bc); int (*func3b_j3)(struct s_moldyn *moldyn,t_atom *ai,t_atom *aj,u8 bc); @@ -353,6 +356,12 @@ typedef struct s_vb { #define DIAMOND 0x04 #define ZINCBLENDE 0x08 +/* + * more includes + */ + +#include "pse.h" + /* * * function prototypes