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
5c063a7e
Commit
5c063a7e
authored
Nov 08, 2013
by
peastman
Browse files
Merge pull request #215 from peastman/master
Added some missing virtual destructors
parents
ed0abe80
9d207e8d
Changes
2
Show 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 @
5c063a7e
...
...
@@ -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 @
5c063a7e
...
...
@@ -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