improve help and it through a pager, when screen == stdout
This commit is contained in:
@ -65,7 +65,6 @@ class LAMMPS {
|
||||
|
||||
private:
|
||||
void help();
|
||||
void print_style(const char *, int &);
|
||||
LAMMPS() {}; // prohibit using the default constructor
|
||||
LAMMPS(const LAMMPS &) {}; // prohibit using the copy constructor
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user