Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
38b58a4c
Commit
38b58a4c
authored
Oct 30, 2018
by
Leonardo Solis
Browse files
#28, removed unused var
parent
79e87a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/host/src/performdocking.cpp
View file @
38b58a4c
...
...
@@ -494,9 +494,6 @@ filled with clock() */
const
unsigned
int
mul_tmp3
=
(
dockpars
.
num_of_atypes
+
1
)
*
dockpars
.
g3
;
#endif
// num of rotbonds
const
unsigned
char
num_rotbonds
=
myligand_reference
.
num_of_rotbonds
;
//allocating GPU memory for populations, floatgrids,
//energies, evaluation counters and random number generator states
//#if defined (FIXED_POINT_INTERE)
...
...
@@ -829,7 +826,6 @@ filled with clock() */
setKernelArg
(
kernel_conform
,
5
,
sizeof
(
unsigned
char
),
&
dockpars
.
num_of_atoms
);
setKernelArg
(
kernel_conform
,
6
,
sizeof
(
unsigned
char
),
&
dockpars
.
num_of_genes
);
/*
setKernelArg(kernel_conform,7, sizeof(unsigned char), &num_rotbonds);
setKernelArg(kernel_conform,8, sizeof(mem_KerConstStatic_ref_orientation_quats_const), &mem_KerConstStatic_ref_orientation_quats_const);
*/
setKernelArg
(
kernel_conform
,
7
,
sizeof
(
mem_KerConstStatic_ref_orientation_quats_const
),
&
mem_KerConstStatic_ref_orientation_quats_const
);
...
...
Leonardo Solis
@solis
mentioned in commit
ff78a384
·
Jan 04, 2021
mentioned in commit
ff78a384
mentioned in commit ff78a3849ea109666386fd29ad875a617cd8e2a0
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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