make some more use of {fmt} in lammps.cpp

This commit is contained in:
Axel Kohlmeyer
2020-05-27 05:29:42 -04:00
parent dd61ac80f7
commit 1930a8fd00
3 changed files with 52 additions and 61 deletions

View File

@ -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