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

This commit is contained in:
sjplimp
2012-05-18 22:45:56 +00:00
parent d99dd02a72
commit f35d71d798
3 changed files with 19 additions and 13 deletions

View File

@ -33,8 +33,6 @@ 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