X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=mdrun.h;h=3f2c6ecb0665794304cf89009f95e26d2a3ea0aa;hb=1965279af348fbb9b69459d01516bbcd52b6f240;hp=fad1f62952d8a188327e7a6869eb19a82dc5add2;hpb=dfb47bde6bf974d1b231048ec8bcda712404ccc1;p=physik%2Fposic.git diff --git a/mdrun.h b/mdrun.h index fad1f62..3f2c6ec 100644 --- a/mdrun.h +++ b/mdrun.h @@ -134,8 +134,9 @@ typedef struct s_insert_mixed_atoms_params { } t_insert_mixed_atoms_params; #define INS_TOTAL 0x01 -#define INS_REGION 0x02 -#define INS_POS 0x03 +#define INS_RECT 0x02 +#define INS_SPHERE 0x03 +#define INS_POS 0x04 typedef struct s_continue_params { int runs;