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

forgot to remove one default argument on a method derived from Integrate::setup()

parent cf3887c5
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class VerletLRTIntel : public Verlet { ...@@ -41,7 +41,7 @@ class VerletLRTIntel : public Verlet {
VerletLRTIntel(class LAMMPS *, int, char **); VerletLRTIntel(class LAMMPS *, int, char **);
virtual ~VerletLRTIntel(); virtual ~VerletLRTIntel();
virtual void init(); virtual void init();
virtual void setup(int flag = 1); virtual void setup(int flag);
virtual void run(int); virtual void run(int);
protected: protected:
......
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