forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9702 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a289ce92d7
commit
03c092e07f
|
@ -2155,7 +2155,7 @@ void pair(FILE *fp, Data &data, char *style, int flag)
|
|||
(strcmp(style,"lj/cut/coul/long/proxy") == 0) ||
|
||||
(strcmp(style,"lj/cut/tip4p/cut") == 0) ||
|
||||
(strcmp(style,"lj/cut/tip4p/long") == 0) ||
|
||||
(strcmp(style,"lj/long/coullong") == 0)) {
|
||||
(strcmp(style,"lj/long/coul/long") == 0)) {
|
||||
|
||||
if (strcmp(style,"lj/cut") == 0) {
|
||||
m = 0;
|
||||
|
|
Loading…
Reference in New Issue