]> hackdaworld.org Git - physik/posic.git/blobdiff - visual/visual.h
added still buggy post processing functions
[physik/posic.git] / visual / visual.h
index 8726741a274d28f3fb747ead9f70884343315a8d..416f82bd9482e80bb49bb4c02b262841c3c9ff44 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef VISUAL_H
 #define VISUAL_H
 
 #ifndef VISUAL_H
 #define VISUAL_H
 
-#include "../moldyn.h"
 #include "../math/math.h"
 
 /* datatypes */
 #include "../math/math.h"
 
 /* datatypes */
@@ -19,6 +18,8 @@ typedef struct s_visual {
        t_3dvec dim;            /* dimensions of the simulation cell */
 } t_visual;
 
        t_3dvec dim;            /* dimensions of the simulation cell */
 } t_visual;
 
+#include "../moldyn.h"
+
 /* function prototypes */
 
 int visual_init(t_visual *v,char *filebase);
 /* function prototypes */
 
 int visual_init(t_visual *v,char *filebase);