From: hackbard Date: Sun, 31 Aug 2008 16:04:56 +0000 (+0200) Subject: new pse handling X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=d691728d68773335200ea15374c9155abc3fe3e2 new pse handling --- diff --git a/moldyn.h b/moldyn.h index 11fdf6b..c3b8c6b 100644 --- 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