git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12811 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -34,13 +34,13 @@ public:
|
||||
std::string result;
|
||||
|
||||
/// Run script command with given positional arguments
|
||||
int run (int argc, char const *argv[]);
|
||||
int run(int argc, char const *argv[]);
|
||||
|
||||
/// Run subcommands on colvar
|
||||
int proc_colvar (int argc, char const *argv[]);
|
||||
int proc_colvar(int argc, char const *argv[]);
|
||||
|
||||
/// Run subcommands on bias
|
||||
int proc_bias (int argc, char const *argv[]);
|
||||
int proc_bias(int argc, char const *argv[]);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user