"platforms/reference/include/ReferenceMinimize.h" did not exist on "4bc723ab49698da85d0a5d6899a19e8db9f19c7a"
Commit 373637c0 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed memory leaks in reference GBSA code

parent f4aa1871
......@@ -152,7 +152,7 @@ class CpuImplicitSolvent {
--------------------------------------------------------------------------------------- */
~CpuImplicitSolvent( );
virtual ~CpuImplicitSolvent( );
// override of new/delete -- used when run in PS3 framework(?)
......
......@@ -120,7 +120,7 @@ class ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */
~ImplicitSolventParameters( );
virtual ~ImplicitSolventParameters( );
// override of new/delete
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment