git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13937 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-08-28 20:00:56 +00:00
parent 962dd0da74
commit ce59e32d1c
189 changed files with 1526 additions and 587 deletions

View File

@ -62,7 +62,7 @@ class Input : protected Pointers {
void reallocate(char *&, int &, int); // reallocate a char string
int execute_command(); // execute a single command
void clear(); // input script commands
void clear(); // input script commands
void echo();
void ifthenelse();
void include();
@ -77,7 +77,7 @@ class Input : protected Pointers {
void shell();
void variable_command();
void angle_coeff(); // LAMMPS commands
void angle_coeff(); // LAMMPS commands
void angle_style();
void atom_modify();
void atom_style();
@ -126,6 +126,7 @@ class Input : protected Pointers {
void thermo_modify();
void thermo_style();
void timestep();
void timers();
void uncompute();
void undump();
void unfix();