X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=mdrun.h;h=83a8196d879f09f9a3f164ee923435466427dc47;hb=2dddad627c54f294c4c5b5d736178c3ef3288159;hp=20d68d7f5aae59cd3d44fbc3b99154267eec7056;hpb=3592f3b0cf641729566674a7cdfd8eff3f61f59a;p=physik%2Fposic.git diff --git a/mdrun.h b/mdrun.h index 20d68d7..83a8196 100644 --- a/mdrun.h +++ b/mdrun.h @@ -57,8 +57,9 @@ typedef struct s_mdrun { double timestep; // timestep u8 potential; // potential - double cutoff; // cutoff radius + double nnd; // next neighbour distance + t_3dvec dim; // simulation volume u8 pbcx; // periodic boundary conditions u8 pbcy;