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
e700c90a
Commit
e700c90a
authored
Jan 08, 2019
by
Leonardo Solis
Browse files
issue #22: slight modification of correction into an if-else statement
parent
ed8f5ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
host/src/performdocking.cpp
View file @
e700c90a
...
...
@@ -1106,7 +1106,7 @@ filled with clock() */
memcopyBufferObjectFromDevice
(
command_queue
,
cpu_final_populations
,
mem_dockpars_conformations_current
,
size_populations
);
memcopyBufferObjectFromDevice
(
command_queue
,
cpu_energies
,
mem_dockpars_energies_current
,
size_energies
);
}
if
(
generation_cnt
%
2
==
1
)
{
else
{
memcopyBufferObjectFromDevice
(
command_queue
,
cpu_final_populations
,
mem_dockpars_conformations_next
,
size_populations
);
memcopyBufferObjectFromDevice
(
command_queue
,
cpu_energies
,
mem_dockpars_energies_next
,
size_energies
);
}
...
...
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