X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=visual%2Fvisual.h;h=8726741a274d28f3fb747ead9f70884343315a8d;hb=8358faac044f73487d64f5ba46690dd84367e532;hp=e2681d95f3d6f5c4ac3322d94f1c56cac0615c3e;hpb=512390ceb93a2dd630943165b35bba683e0ffcfc;p=physik%2Fposic.git diff --git a/visual/visual.h b/visual/visual.h index e2681d9..8726741 100644 --- a/visual/visual.h +++ b/visual/visual.h @@ -11,13 +11,14 @@ #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; - /* function prototypes */ int visual_init(t_visual *v,char *filebase); @@ -25,3 +26,5 @@ int visual_tini(t_visual *v); int visual_atoms(t_visual *v,double time,t_atom *atom,int n); #endif + +