make some more use of {fmt} in lammps.cpp
This commit is contained in:
@ -34,7 +34,7 @@ class Input : protected Pointers {
|
||||
~Input();
|
||||
void file(); // process all input
|
||||
void file(const char *); // process an input script
|
||||
char *one(const char *); // process a single command
|
||||
char *one(const std::string&); // process a single command
|
||||
void substitute(char *&, char *&, int &, int &, int);
|
||||
// substitute for variables in a string
|
||||
int expand_args(int, char **, int, char **&); // expand args due to wildcard
|
||||
|
||||
Reference in New Issue
Block a user