init testing
[physik/posic.git] / moldyn.h
index d72ac16..1f9800c 100644 (file)
--- 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