update colvars to version 2016-08-10

(cherry picked from commit eba3ad9abb)
This commit is contained in:
Axel Kohlmeyer
2016-08-13 07:24:26 -04:00
parent 977b9e542f
commit 3b476d914f
17 changed files with 168 additions and 168 deletions

View File

@ -248,7 +248,7 @@ int colvarscript::proc_colvar(int argc, char const *argv[]) {
}
if (subcmd == "getsystemforce") {
result = (cv->system_force()).to_simple_string();
result = (cv->total_force()).to_simple_string();
return COLVARS_OK;
}