NEBLongRange was incorrectly set to false by default. revert to true.

This commit is contained in:
Axel Kohlmeyer
2017-05-22 17:13:38 -04:00
parent 3fd91a239f
commit 7185db98b4

View File

@ -46,8 +46,8 @@ FixNEB::FixNEB(LAMMPS *lmp, int narg, char **arg) :
displacements(NULL)
{
StandardNEB=NEBLongRange=PerpSpring=FreeEndIni=FreeEndFinal=false;
NEBLongRange=true;
StandardNEB=PerpSpring=FreeEndIni=FreeEndFinal=false;
FreeEndFinalWithRespToEIni=FinalAndInterWithRespToEIni=false;
kspringPerp=0.0;