add convenience function to allow variable->set() command with a single string argument
This commit is contained in:
@ -24,6 +24,7 @@ class Variable : protected Pointers {
|
||||
public:
|
||||
Variable(class LAMMPS *);
|
||||
~Variable();
|
||||
void set(const std::string &);
|
||||
void set(int, char **);
|
||||
void set(char *, int, char **);
|
||||
int set_string(char *, char *);
|
||||
|
||||
Reference in New Issue
Block a user