implemented sphere insertion
[physik/posic.git] / mdrun.h
diff --git a/mdrun.h b/mdrun.h
index fad1f62..3f2c6ec 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;