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 { ...@@ -152,7 +152,7 @@ class CpuImplicitSolvent {
--------------------------------------------------------------------------------------- */ --------------------------------------------------------------------------------------- */
~CpuImplicitSolvent( ); virtual ~CpuImplicitSolvent( );
// override of new/delete -- used when run in PS3 framework(?) // override of new/delete -- used when run in PS3 framework(?)
......
...@@ -120,7 +120,7 @@ class ImplicitSolventParameters { ...@@ -120,7 +120,7 @@ class ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */ --------------------------------------------------------------------------------------- */
~ImplicitSolventParameters( ); virtual ~ImplicitSolventParameters( );
// override of new/delete // 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