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

This commit is contained in:
sjplimp
2015-04-06 15:14:53 +00:00
parent 2729e19d4a
commit 974e1eb022
4 changed files with 89 additions and 65 deletions

View File

@ -36,11 +36,15 @@ public:
/// Run script command with given positional arguments
int run(int argc, char const *argv[]);
private:
/// Run subcommands on colvar
int proc_colvar(int argc, char const *argv[]);
/// Run subcommands on bias
int proc_bias(int argc, char const *argv[]);
/// Builds and return a short help
std::string help_string(void);
};