git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1213 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-12-05 19:12:29 +00:00
parent ecd353758e
commit 6d039d2bb3
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void PairAIREBO::compute(int eflag, int vflag)
if (ljflag) FLJ(eflag,vflag);
if (torflag) TORSION(eflag,vflag);
if (vflag_fdotr == 2) virial_compute();
if (vflag_fdotr) virial_compute();
}
/* ----------------------------------------------------------------------

View File

@ -110,7 +110,7 @@ void PairHybrid::compute(int eflag, int vflag)
}
}
if (vflag_fdotr == 2) virial_compute();
if (vflag_fdotr) virial_compute();
}
/* ---------------------------------------------------------------------- */