forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9285 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bd896f53f2
commit
f867e83a77
|
@ -44,6 +44,7 @@ class FixSRD : public Fix {
|
||||||
int bigexist,biggroup,biggroupbit;
|
int bigexist,biggroup,biggroupbit;
|
||||||
int collidestyle,lamdaflag,overlap,insideflag,exactflag,maxbounceallow;
|
int collidestyle,lamdaflag,overlap,insideflag,exactflag,maxbounceallow;
|
||||||
int cubicflag,shiftuser,shiftseed,shiftflag,tstat;
|
int cubicflag,shiftuser,shiftseed,shiftflag,tstat;
|
||||||
|
int rescale_rotate,rescale_collide;
|
||||||
double gridsrd,gridsearch,lamda,radfactor,cubictol;
|
double gridsrd,gridsearch,lamda,radfactor,cubictol;
|
||||||
int triclinic,change_size,change_shape,deformflag;
|
int triclinic,change_size,change_shape,deformflag;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue