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
0d29e962
"platforms/vscode:/vscode.git/clone" did not exist on "143fe36df644a3fd605491da44bbc4875dbe0d31"
Commit
0d29e962
authored
Nov 12, 2009
by
Mark Friedrichs
Browse files
Initialized prevTemp, prevFriction, prevStepSize
parent
c3c6724a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
platforms/cuda/src/CudaKernels.h
platforms/cuda/src/CudaKernels.h
+3
-0
No files found.
platforms/cuda/src/CudaKernels.h
View file @
0d29e962
...
@@ -455,6 +455,9 @@ private:
...
@@ -455,6 +455,9 @@ private:
class
CudaIntegrateLangevinStepKernel
:
public
IntegrateLangevinStepKernel
{
class
CudaIntegrateLangevinStepKernel
:
public
IntegrateLangevinStepKernel
{
public:
public:
CudaIntegrateLangevinStepKernel
(
std
::
string
name
,
const
Platform
&
platform
,
CudaPlatform
::
PlatformData
&
data
)
:
IntegrateLangevinStepKernel
(
name
,
platform
),
data
(
data
)
{
CudaIntegrateLangevinStepKernel
(
std
::
string
name
,
const
Platform
&
platform
,
CudaPlatform
::
PlatformData
&
data
)
:
IntegrateLangevinStepKernel
(
name
,
platform
),
data
(
data
)
{
prevTemp
=
-
1.0
;
prevFriction
=
-
1.0
;
prevStepSize
=
-
1.0
;
}
}
~
CudaIntegrateLangevinStepKernel
();
~
CudaIntegrateLangevinStepKernel
();
/**
/**
...
...
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