Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
373637c0
"platforms/reference/include/ReferenceMinimize.h" did not exist on "4bc723ab49698da85d0a5d6899a19e8db9f19c7a"
Commit
373637c0
authored
Jun 18, 2009
by
Peter Eastman
Browse files
Fixed memory leaks in reference GBSA code
parent
f4aa1871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
platforms/reference/src/gbsa/CpuImplicitSolvent.h
platforms/reference/src/gbsa/CpuImplicitSolvent.h
+1
-1
platforms/reference/src/gbsa/ImplicitSolventParameters.h
platforms/reference/src/gbsa/ImplicitSolventParameters.h
+1
-1
No files found.
platforms/reference/src/gbsa/CpuImplicitSolvent.h
View file @
373637c0
...
...
@@ -152,7 +152,7 @@ class CpuImplicitSolvent {
--------------------------------------------------------------------------------------- */
~
CpuImplicitSolvent
(
);
virtual
~
CpuImplicitSolvent
(
);
// override of new/delete -- used when run in PS3 framework(?)
...
...
platforms/reference/src/gbsa/ImplicitSolventParameters.h
View file @
373637c0
...
...
@@ -120,7 +120,7 @@ class ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */
~
ImplicitSolventParameters
(
);
virtual
~
ImplicitSolventParameters
(
);
// override of new/delete
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment