X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=moldyn.h;h=1f9800c61b950dc66c2c127a617bb62438573fb2;hb=706aed2512544b99ff34308fdb673b19ee884ce0;hp=d72ac1623d9c655aa3d0a2efb27fdb46639bb231;hpb=710717c4033bc5b8eb34644914e762a2834ae345;p=physik%2Fposic.git diff --git a/moldyn.h b/moldyn.h index d72ac16..1f9800c 100644 --- a/moldyn.h +++ b/moldyn.h @@ -36,6 +36,6 @@ typedef struct s_atom { /* function prototypes */ int create_lattice(unsigned char type,int element,double mass,double lc, - t_3dvec *dim,t_atom **atom); + int a,int b,int c,t_atom **atom); #endif