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
b002cf1f
Commit
b002cf1f
authored
Jun 26, 2009
by
Peter Eastman
Browse files
A change that should have been part of the last commit, but was deleted by Subversion
parent
a1b2fd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
platforms/cuda/include/CudaPlatform.h
platforms/cuda/include/CudaPlatform.h
+2
-2
No files found.
platforms/cuda/include/CudaPlatform.h
View file @
b002cf1f
...
@@ -61,7 +61,7 @@ private:
...
@@ -61,7 +61,7 @@ private:
class
CudaPlatform
::
PlatformData
{
class
CudaPlatform
::
PlatformData
{
public:
public:
PlatformData
(
_gpuContext
*
gpu
)
:
gpu
(
gpu
),
removeCM
(
false
),
nonbondedMethod
(
0
),
hasBonds
(
false
),
hasAngles
(
false
),
PlatformData
(
_gpuContext
*
gpu
)
:
gpu
(
gpu
),
removeCM
(
false
),
nonbondedMethod
(
0
),
hasBonds
(
false
),
hasAngles
(
false
),
hasPeriodicTorsions
(
false
),
hasRB
(
false
),
hasNonbonded
(
false
),
primaryKernel
(
NULL
),
stepCount
(
0
),
time
(
0.0
)
{
hasPeriodicTorsions
(
false
),
hasRB
(
false
),
hasNonbonded
(
false
),
primaryKernel
(
NULL
),
stepCount
(
0
),
computeForceCount
(
0
),
time
(
0.0
)
{
}
}
_gpuContext
*
gpu
;
_gpuContext
*
gpu
;
KernelImpl
*
primaryKernel
;
KernelImpl
*
primaryKernel
;
...
@@ -69,7 +69,7 @@ public:
...
@@ -69,7 +69,7 @@ public:
bool
hasBonds
,
hasAngles
,
hasPeriodicTorsions
,
hasRB
,
hasNonbonded
;
bool
hasBonds
,
hasAngles
,
hasPeriodicTorsions
,
hasRB
,
hasNonbonded
;
int
nonbondedMethod
;
int
nonbondedMethod
;
int
cmMotionFrequency
;
int
cmMotionFrequency
;
int
stepCount
;
int
stepCount
,
computeForceCount
;
double
time
;
double
time
;
};
};
...
...
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