update colvars to version 2016-08-10
(cherry picked from commit eba3ad9abb)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user