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
c8526dfc
Commit
c8526dfc
authored
Apr 22, 2011
by
Peter Eastman
Browse files
Checked in a file that got missed in the last checkin
parent
e861abbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
olla/include/openmm/Kernel.h
olla/include/openmm/Kernel.h
+6
-7
No files found.
olla/include/openmm/Kernel.h
View file @
c8526dfc
...
@@ -59,6 +59,12 @@ class OPENMM_EXPORT Kernel {
...
@@ -59,6 +59,12 @@ class OPENMM_EXPORT Kernel {
public:
public:
Kernel
();
Kernel
();
Kernel
(
const
Kernel
&
copy
);
Kernel
(
const
Kernel
&
copy
);
/**
* Create a Kernel that wraps a KernelImpl.
*
* @param name the name of the kernel to create
*/
Kernel
(
KernelImpl
*
impl
);
~
Kernel
();
~
Kernel
();
Kernel
&
operator
=
(
const
Kernel
&
copy
);
Kernel
&
operator
=
(
const
Kernel
&
copy
);
/**
/**
...
@@ -74,13 +80,6 @@ public:
...
@@ -74,13 +80,6 @@ public:
*/
*/
KernelImpl
&
getImpl
();
KernelImpl
&
getImpl
();
private:
private:
friend
class
Platform
;
/**
* Create a KernelImpl.
*
* @param name the name of the kernel to create
*/
Kernel
(
KernelImpl
*
impl
);
KernelImpl
*
impl
;
KernelImpl
*
impl
;
};
};
...
...
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