X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=moldyn.h;h=266436bf3db718a55a0b1f149d749dfcb0c51a5d;hb=8358faac044f73487d64f5ba46690dd84367e532;hp=42764c5032f8be9244216518b0a82164837eaa81;hpb=512390ceb93a2dd630943165b35bba683e0ffcfc;p=physik%2Fposic.git diff --git a/moldyn.h b/moldyn.h index 42764c5..266436b 100644 --- a/moldyn.h +++ b/moldyn.h @@ -22,6 +22,8 @@ typedef struct s_atom { //t_list vicinity /* verlet neighbour list */ } t_atom; +#include "visual/visual.h" + typedef struct s_moldyn { /* atoms, amount, dimensions */ int count; @@ -68,7 +70,7 @@ typedef struct s_ho_params { typedef struct s_lj_params { double sigma6; double sigma12; - double epsilon; + double epsilon4; } t_lj_params; /*