new linked list system, still a pain inthe ...
[physik/posic.git] / moldyn.h
index 4203c79..af54cef 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -415,4 +415,7 @@ int tersoff_mult_3bp(t_moldyn *moldyn,t_atom *ai,t_atom *aj,t_atom *ak,u8 bc);
 
 int moldyn_bc_check(t_moldyn *moldyn);
 
+int fcc_init(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
+int diamond_init(int a,int b,int c,double lc,t_atom *atom,t_3dvec *origin);
+
 #endif