git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13235 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -58,6 +58,7 @@ class Input : protected Pointers {
|
||||
|
||||
void parse(); // parse an input text line
|
||||
char *nextword(char *, char **); // find next word in string with quotes
|
||||
int numtriple(char *); // count number of triple quotes
|
||||
void reallocate(char *&, int &, int); // reallocate a char string
|
||||
int execute_command(); // execute a single command
|
||||
|
||||
@ -71,6 +72,7 @@ class Input : protected Pointers {
|
||||
void next_command();
|
||||
void partition();
|
||||
void print();
|
||||
void python();
|
||||
void quit();
|
||||
void shell();
|
||||
void variable_command();
|
||||
|
||||
Reference in New Issue
Block a user