Commit 198fe7ec authored by Sebastian Hütter's avatar Sebastian Hütter
Browse files

fix storing of invalid memory pointer

parent a9f3f900
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ class MEAM {
  MEAM(Memory *mem);
  ~MEAM();
 private:
  Memory *&memory;
  Memory *memory;

  // cutforce = force cutoff
  // cutforcesq = force cutoff squared