X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=visual%2Fvisual.h;h=e2681d95f3d6f5c4ac3322d94f1c56cac0615c3e;hb=45b27e01673a6cc5bebecb49c51d7f587917483e;hp=092af841bf879e86bf812d73e3b97845ede0e768;hpb=83775c491117faa149281d0302fc8b8064d6b080;p=physik%2Fposic.git diff --git a/visual/visual.h b/visual/visual.h index 092af84..e2681d9 100644 --- a/visual/visual.h +++ b/visual/visual.h @@ -9,10 +9,12 @@ #define VISUAL_H #include "../moldyn.h" +#include "../math/math.h" typedef struct s_visual { int fd; /* rasmol script file descriptor */ char fb[128]; /* basename of the save files */ + t_3dvec dim; /* dimensions of the simulation cell */ } t_visual;