forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12021 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e9652224bf
commit
702714f341
|
@ -41,7 +41,7 @@ class FixEfield : public Fix {
|
|||
|
||||
private:
|
||||
double ex,ey,ez;
|
||||
int varflag,iregion;;
|
||||
int varflag,iregion;
|
||||
char *xstr,*ystr,*zstr,*estr;
|
||||
char *idregion;
|
||||
int xvar,yvar,zvar,evar,xstyle,ystyle,zstyle,estyle;
|
||||
|
|
Loading…
Reference in New Issue