Closed tuplink closed 2 months ago
in proxy_output template the lamda block appears to be incorrect
write_val = state*1.0; <----- this is the line with the issue, i beleive "write_val = " needs removed.
(CONDITION) ? then this : else XXXXX cant set an undeclared variable till it exists
making this change allows compile
Thanks... dumb error... I'm surprised it used to compile
in proxy_output template the lamda block appears to be incorrect
write_val = state*1.0; <----- this is the line with the issue, i beleive "write_val = " needs removed.
making this change allows compile