fix storing of invalid memory pointer

This commit is contained in:
Sebastian Hütter 2017-06-20 19:00:57 +02:00
parent a9f3f90025
commit 198fe7ecd7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MEAM {
MEAM(Memory *mem);
~MEAM();
private:
Memory *&memory;
Memory *memory;
// cutforce = force cutoff
// cutforcesq = force cutoff squared