update colvars to version 2015-07-21

This commit is contained in:
Axel Kohlmeyer
2015-07-21 13:25:28 -04:00
parent c67b0f5aa3
commit 585a65c560
16 changed files with 247 additions and 57 deletions

View File

@ -100,6 +100,13 @@ void colvarbias::add_colvar(std::string const &cv_name)
}
cvm::real colvarbias::update()
{
has_data = true;
return 0.0;
}
void colvarbias::communicate_forces()
{
for (size_t i = 0; i < colvars.size(); i++) {