git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6700 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user