fix whitespace
This commit is contained in:
@ -356,7 +356,7 @@ namespace ReaxFF {
|
|||||||
|
|
||||||
/* tally virial */
|
/* tally virial */
|
||||||
if (system->pair_ptr->vflag_either) {
|
if (system->pair_ptr->vflag_either) {
|
||||||
|
|
||||||
/* Acquire vectors */
|
/* Acquire vectors */
|
||||||
rvec_ScaledSum(delij, 1., system->my_atoms[i].x, -1., system->my_atoms[j].x);
|
rvec_ScaledSum(delij, 1., system->my_atoms[i].x, -1., system->my_atoms[j].x);
|
||||||
rvec_ScaledSum(delkj, 1., system->my_atoms[k].x, -1., system->my_atoms[j].x);
|
rvec_ScaledSum(delkj, 1., system->my_atoms[k].x, -1., system->my_atoms[j].x);
|
||||||
|
|||||||
@ -1490,7 +1490,7 @@ void Pair::ev_tally_tip4p(int key, int *list, double *v,
|
|||||||
tally virial into global or per-atom accumulators
|
tally virial into global or per-atom accumulators
|
||||||
called by ReaxFF potential, newton_pair is always on
|
called by ReaxFF potential, newton_pair is always on
|
||||||
fi is magnitude of force on atom i, deli is the direction
|
fi is magnitude of force on atom i, deli is the direction
|
||||||
note that the other atom (j) is not updated, due to newton on
|
note that the other atom (j) is not updated, due to newton on
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
void Pair::v_tally2_newton(int i, double *fi, double *deli)
|
void Pair::v_tally2_newton(int i, double *fi, double *deli)
|
||||||
|
|||||||
Reference in New Issue
Block a user