"vscode:/vscode.git/clone" did not exist on "ebde66b47b90bd0828044e7e282d3466325df66e"
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