forked from lijiext/lammps
remove faulty line of code, left in by accident
This commit is contained in:
parent
709ce8a230
commit
b95cf658c7
|
@ -153,7 +153,6 @@ int NeighRequest::identical(NeighRequest *other)
|
|||
|
||||
if (skip != other->skip) same = 0;
|
||||
if (same && skip && other->skip) same = same_skip(other);
|
||||
if (skip && other->skip) same = same_skip(other);
|
||||
|
||||
return same;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue