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-fpga
Commits
7626ee02
Commit
7626ee02
authored
Nov 10, 2018
by
Leonardo Solis
Browse files
#31, corrected another setArg: size of Host_RunId
parent
bc6f4958
Changes
1
Show whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/host/src/performdocking.cpp
View file @
7626ee02
...
...
@@ -823,9 +823,10 @@ filled with clock() */
fflush
(
stdout
);
#ifdef ENABLE_KRNL_GA
unsigned
short
ushort_run_cnt
=
(
unsigned
ushort
)
run_cnt
;
unsigned
int
Host_Offset_Pop
=
run_cnt
*
dockpars
.
pop_size
*
ACTUAL_GENOTYPE_LENGTH
;
unsigned
int
Host_Offset_Ene
=
run_cnt
*
dockpars
.
pop_size
;
kernel_ga
.
setArg
(
16
,
run_cnt
);
kernel_ga
.
setArg
(
16
,
ushort_
run_cnt
);
kernel_ga
.
setArg
(
17
,
Host_Offset_Pop
);
kernel_ga
.
setArg
(
18
,
Host_Offset_Ene
);
#endif
...
...
Leonardo Solis
@solis
mentioned in commit
def58687
·
Jan 04, 2021
mentioned in commit
def58687
mentioned in commit def586872f01b4b21bf2606685c2c8b9cd41db0e
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