Skip to content

Commit f756d10

Browse files
authored
Update src/atoms/VcatAtom.jl
1 parent 90814db commit f756d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/VcatAtom.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function Base.getindex(x::VcatAtom, inds::AbstractVector{<:Real})
119119
return IndexAtom(remaining, inds)
120120
end
121121

122-
function getindex(x::VcatAtom, inds::BitVector)
122+
function Base.getindex(x::VcatAtom, inds::BitVector)
123123
return getindex(x, findall(inds))
124124
end
125125

0 commit comments

Comments
 (0)