]> www.hackdaworld.org Git - physik/posic.git/blobdiff - mdrun.h
implemented sphere insertion
[physik/posic.git] / mdrun.h
diff --git a/mdrun.h b/mdrun.h
index fad1f62952d8a188327e7a6869eb19a82dc5add2..3f2c6ecb0665794304cf89009f95e26d2a3ea0aa 100644 (file)
--- 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;