Skip to content
Snippets Groups Projects
Commit 9cf3260a authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed uninitialized value

(valgrind)
parent f36a34c3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ Atoms::Atoms(PlumedMain&plumed):
energy(0.0),
collectEnergy(0.0),
plumed(plumed),
timestep(0.0),
forceOnEnergy(0.0)
{
mdatoms=MDAtomsBase::create(sizeof(double));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment