Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
3086bd52
Commit
3086bd52
authored
Jul 31, 2018
by
lvs
Browse files
removed dummy local variable
parent
75cb3246
Changes
1
Show whitespace changes
Inline
Side-by-side
device/kernel_gradient.cl
View file @
3086bd52
...
...
@@ -150,10 +150,6 @@ gradient_minimizer(
__local float candidate_energy;
__local float candidate_genotype[ACTUAL_GENOTYPE_LENGTH];
// Dummy variable used only for the first gpu_calc_gradient() call.
// The corresponding energy for "genotype" is stored in "energy"
__local float dummy_energy;
// -------------------------------------------------------------------
// Calculate gradients (forces) for intermolecular energy
// Derived from autodockdev/maps.py
...
...
Leonardo Solis
@solis
mentioned in issue
#24 (closed)
·
Jul 31, 2018
mentioned in issue
#24 (closed)
mentioned in issue #24
Toggle commit list
Write
Preview
Supports
Markdown
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