more changes ...
[physik/posic.git] / moldyn.h
index a76b3b4..a7fa60a 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -53,11 +53,11 @@ typedef struct s_linkcell {
 
 #include "visual/visual.h"
 
-# moldyn schedule structure */
+/* moldyn schedule structure */
 typedef struct s_moldyn_schedule {
        int content_count;
        int *runs;
-       int *tau;
+       double *tau;
        int (*hook)(t_moldyn *,void *);
        void *hook_params;
 } t_moldyn_schedule;