new pse handling
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 31 Aug 2008 16:04:56 +0000 (18:04 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Sun, 31 Aug 2008 16:04:56 +0000 (18:04 +0200)
moldyn.h

index 11fdf6b..c3b8c6b 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -358,7 +358,7 @@ typedef struct s_vb {
  * more includes
  */
 
-#include "pse.h"
+//#include "pse.h"
 
 /*
  *
@@ -469,5 +469,7 @@ int visual_bonds_process(t_moldyn *moldyn,t_atom *itom,t_atom *jtom,
                          void *data,u8 bc);
 int visual_atoms(t_moldyn *moldyn);
 
+int fpu_set_rtd(void);
+
 #endif