added position insertion method + fixed positioning
[physik/posic.git] / mdrun.h
diff --git a/mdrun.h b/mdrun.h
index 83a8196..fa16906 100644 (file)
--- a/mdrun.h
+++ b/mdrun.h
@@ -116,6 +116,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;