pass correct index to the NMODL procedures (#610)
Fixes an error in vectorized kernels that sees the incorrect index passed to PROCEDURE calls. The loop index variable was being passed, instead of the pack of vector indexes. Fixes #609
Please register or sign in to comment