Forum Discussion
Altera_Forum
Honored Contributor
8 years agoerror: invalid operands to binary expression ('double *' and 'double')
:(:(:(When I compile the kernel, the error comes out,"error: invalid operands to binary expression ('double *' and 'double')",the variables down there are all double types. code:***************...
Altera_Forum
Honored Contributor
8 years agoOne of your operands (probably "e_rt_p") is a pointer instead of a value. How are "e_rt_p" and "opt_price_step" defined?