print the last input line, when error->all() is called
this should help tracking down input file errors for many common cases without having to repeat the run with -echo screen and avoid having to explain how to use that feature all the time
This commit is contained in:
@ -23,6 +23,7 @@ namespace LAMMPS_NS {
|
||||
|
||||
class Input : protected Pointers {
|
||||
friend class Info;
|
||||
friend class Error;
|
||||
public:
|
||||
int narg; // # of command args
|
||||
char **arg; // parsed args for command
|
||||
|
||||
Reference in New Issue
Block a user