Colvars / colvars

Collective variables library for molecular simulation and analysis programs
http://colvars.github.io/
GNU Lesser General Public License v3.0
196 stars 56 forks source link

Fix harmless memory error in standalone tool #697

Open jhenin opened 1 week ago

jhenin commented 1 week ago

Mix of shared and raw pointers caused double deallocation upon exit. This only affected the poisson_integrator standalone tool.