Skip to content
Snippets Groups Projects
Commit 16a34926 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Matrices: fixed type of 0 when passed to ParallelFor, reduce etc.

These functions expect all index parameters to have the same type, so we
need to cast 0 to the IndexType, otherwise the function lookup will fail
when IndexType is not int.
parent bdb2b3a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment