Merge branch 'master' into kim_fix

This commit is contained in:
Axel Kohlmeyer
2020-07-20 20:27:41 -04:00
51 changed files with 21877 additions and 505 deletions

View File

@ -24,6 +24,7 @@ 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 **);