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
3c2e2613
Commit
3c2e2613
authored
Jul 20, 2020
by
Peter Eastman
Browse files
Fixed compilation error in kernel
parent
d54938ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/amoeba/platforms/cuda/src/kernels/amoebaVdwForce2.cu
plugins/amoeba/platforms/cuda/src/kernels/amoebaVdwForce2.cu
+1
-1
No files found.
plugins/amoeba/platforms/cuda/src/kernels/amoebaVdwForce2.cu
View file @
3c2e2613
...
...
@@ -5,7 +5,7 @@
unsigned
int
includeInteraction
=
(
!
isExcluded
);
#endif
real
tempForce
=
0.0
f
;
real
2
pairSigmaEpsilon
=
sigmaEpsilon
[
atomType1
+
atomType2
*
NUM_TYPES
];
float
2
pairSigmaEpsilon
=
sigmaEpsilon
[
atomType1
+
atomType2
*
NUM_TYPES
];
real
sigma
=
pairSigmaEpsilon
.
x
;
real
epsilon
=
pairSigmaEpsilon
.
y
;
real
softcore
=
0.0
f
;
...
...
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