]> hackdaworld.org Git - physik/posic.git/blobdiff - visual/visual.h
safety ci
[physik/posic.git] / visual / visual.h
index 092af841bf879e86bf812d73e3b97845ede0e768..416f82bd9482e80bb49bb4c02b262841c3c9ff44 100644 (file)
@@ -8,13 +8,17 @@
 #ifndef VISUAL_H
 #define VISUAL_H
 
-#include "../moldyn.h"
+#include "../math/math.h"
+
+/* datatypes */
 
 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;
 
+#include "../moldyn.h"
 
 /* function prototypes */
 
@@ -23,3 +27,5 @@ int visual_tini(t_visual *v);
 int visual_atoms(t_visual *v,double time,t_atom *atom,int n);
 
 #endif
+
+