X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mdrun.h;h=71c4d83d36ef95e67b17ef7e5d6c7c89349427b2;hb=94ddbad8d315e02d81e20a62560f2e67b4bae115;hp=90300726b409d0ce017db75d15fd5860b099375a;hpb=55cd4d049604f2cf1d0fff095e6bcd13ec25780f;p=physik%2Fposic.git diff --git a/mdrun.h b/mdrun.h index 9030072..71c4d83 100644 --- a/mdrun.h +++ b/mdrun.h @@ -78,6 +78,9 @@ typedef struct s_mdrun { int lz; u8 lattice; // type of lattice + int fill_element; + u8 fill_brand; + u8 sattr; // system attributes double temperature; // temperature double pressure; // pressure @@ -147,6 +150,7 @@ typedef struct s_anneal_params { int runs; int count; double dt; + int interval; } t_anneal_params; typedef struct s_chaattr_params {