Unverified Commit cac4c5d9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix merge artifact

parent 5b427500
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ class Variable : protected Pointers {
 public:
  Variable(class LAMMPS *);
  ~Variable();
  void set(const std::string &);
  void set(int, char **);
  void set(const std::string &);
  void set(char *, int, char **);