added postproc stuff, sic mods (today i was a lazy ass!)
[physik/posic.git] / moldyn.h
index a595585..9f9d0f7 100644 (file)
--- a/moldyn.h
+++ b/moldyn.h
@@ -78,6 +78,9 @@ typedef struct s_moldyn_schedule {
 
 /* moldyn main structure */
 typedef struct s_moldyn {
+       int argc;               /* number of arguments */
+       char **args;            /* pointer to arguments */
+
        int count;              /* total amount of atoms */
        double mass;            /* total system mass */
        t_atom *atom;           /* pointer to the atoms */