X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mdrun.h;h=ad5c0c2405144d7d8a69f3c44c204338e6a5dc90;hb=a58211f24f237b51e708b9e8b9fd463a709754a6;hp=83a8196d879f09f9a3f164ee923435466427dc47;hpb=2dddad627c54f294c4c5b5d736178c3ef3288159;p=physik%2Fposic.git diff --git a/mdrun.h b/mdrun.h index 83a8196..ad5c0c2 100644 --- a/mdrun.h +++ b/mdrun.h @@ -18,9 +18,6 @@ /* main molecular dynamics api */ #include "moldyn.h" -/* elements */ -#include "pse.h" - /* list api */ #include "list/list.h" @@ -116,6 +113,7 @@ typedef struct s_insert_atoms_params { #define INS_TOTAL 0x01 #define INS_REGION 0x02 +#define INS_POS 0x03 typedef struct s_continue_params { int runs;