Update Colvars library to version 2018-11-16
Fixes several issues with running averages and time correlation function computations. Details are in: https://github.com/Colvars/colvars/issues/143 https://github.com/Colvars/colvars/issues/193 https://github.com/Colvars/colvars/pull/194
This commit is contained in:
@ -236,6 +236,12 @@ void colvarbias::communicate_forces()
|
||||
}
|
||||
|
||||
|
||||
int colvarbias::end_of_step()
|
||||
{
|
||||
return COLVARS_OK;
|
||||
}
|
||||
|
||||
|
||||
int colvarbias::change_configuration(std::string const &conf)
|
||||
{
|
||||
cvm::error("Error: change_configuration() not implemented.\n",
|
||||
|
||||
Reference in New Issue
Block a user