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

This commit is contained in:
sjplimp 2011-02-15 18:33:47 +00:00
parent 278eeb14ee
commit a9b81fa239
2 changed files with 2 additions and 5 deletions

View File

@ -33,11 +33,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairGranHertzHistory::PairGranHertzHistory(LAMMPS *lmp) :
PairGranHookeHistory(lmp)
{
no_virial_compute = 1;
history = 1;
}
PairGranHookeHistory(lmp) {}
/* ---------------------------------------------------------------------- */

View File

@ -32,6 +32,7 @@ using namespace LAMMPS_NS;
PairGranHooke::PairGranHooke(LAMMPS *lmp) : PairGranHookeHistory(lmp)
{
no_virial_compute = 0;
history = 0;
}