Update Colvars to 2022-05-24 and copy of Lepton library

One bugfix for the Colvars library in the ABF method, and update of the copy
of the Lepton library as per the OpenMM repository.

List of relevant PR.

- 483 Update Lepton via patching procedure
  https://github.com/Colvars/colvars/pull/483 (@giacomofiorin)

- 482 Fix integer overflow in log_gradient_finite_diff and gradient_finite_diff
  https://github.com/Colvars/colvars/pull/482 (@HanatoK)
This commit is contained in:
Giacomo Fiorin
2022-06-02 11:24:04 -04:00
parent 30ae7fe66b
commit 3a1423dc48
20 changed files with 1942 additions and 235 deletions

View File

@ -22,9 +22,7 @@
colvarproxy_tcl::colvarproxy_tcl()
{
#ifdef COLVARS_TCL
tcl_interp_ = NULL;
#endif
}