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

This commit is contained in:
sjplimp
2010-09-10 22:52:55 +00:00
parent 3b4a8b5395
commit 0a8ca11287
7 changed files with 338 additions and 68 deletions

View File

@ -31,7 +31,8 @@ class Modify : protected Pointers {
int restart_pbc_any; // 1 if any fix sets restart_pbc
int nfix_restart_global; // stored fix global info from restart file
int nfix_restart_peratom; // stored fix peratom info from restart file
int nfix_restart_peratom; // stored fix peratom info from restart file
int nfix_restart_save; // 1 if init() should not whack restart info
class Fix **fix; // list of fixes
int *fmask; // bit mask for when each fix is applied