forked from lijiext/lammps
update FixIntel code for new neighbor list code
This commit is contained in:
parent
bfcab72268
commit
da2ad5b6e0
|
@ -325,8 +325,6 @@ void FixIntel::init()
|
|||
error->all(FLERR,
|
||||
"Currently, cannot use more than one intel style with hybrid.");
|
||||
|
||||
neighbor->fix_intel = (void *)this;
|
||||
|
||||
check_neighbor_intel();
|
||||
if (_precision_mode == PREC_MODE_SINGLE)
|
||||
_single_buffers->zero_ev();
|
||||
|
|
Loading…
Reference in New Issue