git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user