improve help and it through a pager, when screen == stdout

This commit is contained in:
Axel Kohlmeyer
2016-11-07 17:10:12 -05:00
parent 9b910d5511
commit 21694ca3a8
2 changed files with 90 additions and 54 deletions

View File

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