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
9d207e8d
Commit
9d207e8d
authored
Nov 08, 2013
by
peastman
Browse files
Added some missing virtual destructors
parent
9a26412b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
platforms/cuda/include/CudaContext.h
platforms/cuda/include/CudaContext.h
+4
-0
platforms/opencl/include/OpenCLContext.h
platforms/opencl/include/OpenCLContext.h
+4
-0
No files found.
platforms/cuda/include/CudaContext.h
View file @
9d207e8d
...
...
@@ -623,6 +623,8 @@ public:
*/
class
CudaContext
::
ForcePreComputation
{
public:
virtual
~
ForcePreComputation
()
{
}
/**
* @param includeForce true if forces should be computed
* @param includeEnergy true if potential energy should be computed
...
...
@@ -639,6 +641,8 @@ public:
*/
class
CudaContext
::
ForcePostComputation
{
public:
virtual
~
ForcePostComputation
()
{
}
/**
* @param includeForce true if forces should be computed
* @param includeEnergy true if potential energy should be computed
...
...
platforms/opencl/include/OpenCLContext.h
View file @
9d207e8d
...
...
@@ -736,6 +736,8 @@ public:
*/
class
OpenCLContext
::
ForcePreComputation
{
public:
virtual
~
ForcePreComputation
()
{
}
/**
* @param includeForce true if forces should be computed
* @param includeEnergy true if potential energy should be computed
...
...
@@ -752,6 +754,8 @@ public:
*/
class
OpenCLContext
::
ForcePostComputation
{
public:
virtual
~
ForcePostComputation
()
{
}
/**
* @param includeForce true if forces should be computed
* @param includeEnergy true if potential energy should be computed
...
...
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