forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6462 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
fe953700a5
commit
71b55d6537
|
@ -54,6 +54,7 @@ PairLJCutCoulLongTIP4P::PairLJCutCoulLongTIP4P(LAMMPS *lmp) :
|
|||
PairLJCutCoulLong(lmp)
|
||||
{
|
||||
single_enable = 0;
|
||||
respa_enable = 0;
|
||||
|
||||
// TIP4P cannot compute virial as F dot r
|
||||
// due to find_M() finding bonded H atoms which are not near O atom
|
||||
|
|
Loading…
Reference in New Issue