Skip to content

Commit

Permalink
Update include/RAJA/index/RangeSegment.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Burmark <[email protected]>
  • Loading branch information
trws and MrBurmark authored Jul 24, 2022
1 parent 3704875 commit 704bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RAJA/index/RangeSegment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ ::RAJA::TypedRangeSegment<Idx> range(Idx start, Idx end)
}

template<typename Idx>
::RAJA::TypedRangeSegment<Idx> range(Idx start, Idx end, Idx stride)
::RAJA::TypedRangeStrideSegment<Idx> range(Idx start, Idx end, Idx stride)
{
return ::RAJA::TypedRangeStrideSegment<Idx>(
}
Expand Down

0 comments on commit 704bcf8

Please sign in to comment.