energy/virial flags with CENTROID enum

This commit is contained in:
Steve Plimpton
2020-11-18 12:17:14 -07:00
parent 35035189e6
commit 0876684780
74 changed files with 362 additions and 262 deletions

View File

@ -22,7 +22,6 @@
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
@ -30,7 +29,6 @@ using namespace LAMMPS_NS;
PairMorse::PairMorse(LAMMPS *lmp) : Pair(lmp)
{
writedata = 1;
centroidstressflag = CENTROID_SAME;
}
/* ---------------------------------------------------------------------- */