git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6700 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-08-17 14:24:44 +00:00
parent b58baf2f28
commit ba299cf0eb
7 changed files with 26 additions and 2 deletions

View File

@ -33,6 +33,8 @@ class Modify : protected Pointers {
int nfix_restart_global; // stored fix global info from restart file
int nfix_restart_peratom; // stored fix peratom info from restart file
int allow_early_fix; // 1 if allow fix creation at start of script
class Fix **fix; // list of fixes
int *fmask; // bit mask for when each fix is applied