X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=mdrun.h;h=3f2c6ecb0665794304cf89009f95e26d2a3ea0aa;hp=fad1f62952d8a188327e7a6869eb19a82dc5add2;hb=c8a82a10a403a5e8efc9e83ee36f5d6d35ab639e;hpb=369fd57663560635331ca3c5cf27dbc89e2fb1b5 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;