fix merge artifact
This commit is contained in:
@ -24,7 +24,6 @@ class Variable : protected Pointers {
|
|||||||
public:
|
public:
|
||||||
Variable(class LAMMPS *);
|
Variable(class LAMMPS *);
|
||||||
~Variable();
|
~Variable();
|
||||||
void set(const std::string &);
|
|
||||||
void set(int, char **);
|
void set(int, char **);
|
||||||
void set(const std::string &);
|
void set(const std::string &);
|
||||||
void set(char *, int, char **);
|
void set(char *, int, char **);
|
||||||
|
|||||||
Reference in New Issue
Block a user