Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment