git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7865 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -51,6 +51,7 @@ PairLJCutCoulLong::PairLJCutCoulLong(LAMMPS *lmp) : Pair(lmp)
|
||||
{
|
||||
respa_enable = 1;
|
||||
ftable = NULL;
|
||||
qdist = 0.0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
@ -245,7 +245,7 @@ int MinLineSearch::linemin_backtrack(double eoriginal, double &alpha)
|
||||
}
|
||||
if (nextra_global) modify->min_store();
|
||||
|
||||
// Important diagnostic: test the gradient against energy
|
||||
// important diagnostic: test the gradient against energy
|
||||
// double etmp;
|
||||
// double alphatmp = alphamax*1.0e-4;
|
||||
// etmp = alpha_step(alphatmp,1);
|
||||
|
||||
Reference in New Issue
Block a user