Skip to content
Snippets Groups Projects
Commit 4b8d2e82 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

triclinic member variable is referenced in destructor and thus must be initialized in constructor

parent d93938f7
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ PPPM::PPPM(LAMMPS *lmp, int narg, char **arg) : KSpace(lmp, narg, arg), ...@@ -82,6 +82,7 @@ PPPM::PPPM(LAMMPS *lmp, int narg, char **arg) : KSpace(lmp, narg, arg),
pppmflag = 1; pppmflag = 1;
group_group_enable = 1; group_group_enable = 1;
triclinic = domain->triclinic;
accuracy_relative = fabs(force->numeric(FLERR,arg[0])); accuracy_relative = fabs(force->numeric(FLERR,arg[0]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment