Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 16, 2024
1 parent d536da9 commit 19cad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecxt/native/src/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ object extensions:

inline def logicalIdx(
inline op: (Double, Double) => Boolean,
inline num: Double
num: Double
): Array[Boolean] =
val n = vec.length
val idx = new Array[Boolean](n)
Expand Down

0 comments on commit 19cad8e

Please sign in to comment.