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
b2c970f4
"vscode:/vscode.git/clone" did not exist on "ce6af5fdccbdfc1fab008eb49c5246bced84bf33"
Commit
b2c970f4
authored
Apr 30, 2010
by
Peter Eastman
Browse files
Removed debugging code that accidentally got left in
parent
5281aba4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/opencl/src/kernels/nonbonded_nvidia.cl
platforms/opencl/src/kernels/nonbonded_nvidia.cl
+1
-1
No files found.
platforms/opencl/src/kernels/nonbonded_nvidia.cl
View file @
b2c970f4
...
...
@@ -106,7 +106,7 @@ __kernel void computeNonbonded(__global float4* forceBuffers, __global float* en
localData[get_local_id
(
0
)
].fz
=
0.0f
;
#
ifdef
USE_CUTOFF
unsigned
int
flags
=
interactionFlags[pos]
;
if
(
!hasExclusions
&&
flags
!=
0xFFFFFFFF
&&
flags
==
0
)
{
if
(
!hasExclusions
&&
flags
!=
0xFFFFFFFF
)
{
if
(
flags
==
0
)
{
//
No
interactions
in
this
tile.
}
...
...
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