X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=moldyn.h;h=9f9d0f71fcd8f44985ab07960bac8d4bb34a51f5;hb=e1348f10aff2c0bb1040108181d13fcb48db5af2;hp=a595585981d95ffac6742251bc9021c0ecb23849;hpb=20409ee0c545235c9246edde2d3cda5de0ddabde;p=physik%2Fposic.git diff --git a/moldyn.h b/moldyn.h index a595585..9f9d0f7 100644 --- 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 */