silence uninitialized access valgrind warning

This commit is contained in:
Axel Kohlmeyer
2023-09-21 07:33:03 -04:00
parent e52eb81839
commit c3cc4974d1

View File

@ -30,6 +30,7 @@ colvar::colvar()
after_restart = false;
kinetic_energy = 0.0;
potential_energy = 0.0;
period = 0.0;
#ifdef LEPTON
dev_null = 0.0;