enable write_data functionality for more dihedral styles

This commit is contained in:
Axel Kohlmeyer
2019-03-19 12:10:30 -04:00
parent e87e215bcc
commit 487671c46b
6 changed files with 20 additions and 6 deletions

View File

@ -38,7 +38,10 @@ using namespace MathConst;
/* ---------------------------------------------------------------------- */
DihedralQuadratic::DihedralQuadratic(LAMMPS *lmp) : Dihedral(lmp) {}
DihedralQuadratic::DihedralQuadratic(LAMMPS *lmp) : Dihedral(lmp)
{
writedata = 1;
}
/* ---------------------------------------------------------------------- */