added still buggy post processing functions
[physik/posic.git] / moldyn.h
index 5160668..fc9bce7 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -427,4 +427,7 @@ int check_per_bound(t_moldyn *moldyn,t_3dvec *a);
 
 int moldyn_bc_check(t_moldyn *moldyn);
 
+int read_line(int fd,char *line);
+int calc_fluctuations(double start,double end,char *file);
+
 #endif