float-store bugfix (unstatisfying!) + slightly new design of sic.c
[physik/posic.git] / moldyn.h
index ee45228..2290743 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -70,7 +70,7 @@ typedef struct s_linkcell {
        int dnlc;               /* direct neighbour lists counter */
 } t_linkcell;
 
-#define MAX_ATOMS_PER_LIST     10
+#define MAX_ATOMS_PER_LIST     20
 
 /* moldyn schedule structure */
 typedef struct s_moldyn_schedule {