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
0b81f27c
Commit
0b81f27c
authored
Jan 08, 2019
by
Leonardo Solis
Browse files
slight modification into an if-else statement
parent
ed8f5ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
host/src/performdocking.cpp
View file @
0b81f27c
...
...
@@ -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