forgot to remove one default argument on a method derived from Integrate::setup()
This commit is contained in:
@ -41,7 +41,7 @@ class VerletLRTIntel : public Verlet {
|
||||
VerletLRTIntel(class LAMMPS *, int, char **);
|
||||
virtual ~VerletLRTIntel();
|
||||
virtual void init();
|
||||
virtual void setup(int flag = 1);
|
||||
virtual void setup(int flag);
|
||||
virtual void run(int);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user