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
2d681361
Commit
2d681361
authored
May 21, 2010
by
Peter Eastman
Browse files
Added a missing initializer to CudaApplyMonteCarloBarostatKernel
parent
5d4ff603
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/cuda/src/CudaKernels.h
platforms/cuda/src/CudaKernels.h
+1
-1
No files found.
platforms/cuda/src/CudaKernels.h
View file @
2d681361
...
@@ -762,7 +762,7 @@ private:
...
@@ -762,7 +762,7 @@ private:
class
CudaApplyMonteCarloBarostatKernel
:
public
ApplyMonteCarloBarostatKernel
{
class
CudaApplyMonteCarloBarostatKernel
:
public
ApplyMonteCarloBarostatKernel
{
public:
public:
CudaApplyMonteCarloBarostatKernel
(
std
::
string
name
,
const
Platform
&
platform
,
CudaPlatform
::
PlatformData
&
data
)
:
ApplyMonteCarloBarostatKernel
(
name
,
platform
),
data
(
data
),
CudaApplyMonteCarloBarostatKernel
(
std
::
string
name
,
const
Platform
&
platform
,
CudaPlatform
::
PlatformData
&
data
)
:
ApplyMonteCarloBarostatKernel
(
name
,
platform
),
data
(
data
),
moleculeAtoms
(
NULL
),
moleculeStartIndex
(
NULL
)
{
hasInitializedMolecules
(
false
),
moleculeAtoms
(
NULL
),
moleculeStartIndex
(
NULL
)
{
}
}
~
CudaApplyMonteCarloBarostatKernel
();
~
CudaApplyMonteCarloBarostatKernel
();
/**
/**
...
...
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