Skip to content

Commit 614f040

Browse files
authored
Allow arbitrary indices in SubSpace (#552)
1 parent efd12cf commit 614f040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spaces/SubSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SubSpace(sp::SubSpace,kr) = SubSpace(sp.space,reindex(sp,sp.indexes,to_indexes(k
1313
domain(DS::SubSpace) = domain(DS.space)
1414
dimension(sp::SubSpace) = length(sp.indexes)
1515

16-
|(sp::Space,kr::AbstractRange) = SubSpace(sp,kr)
16+
|(sp::Space, kr) = SubSpace(sp,kr)
1717

1818

1919
function |(f::Fun,kr::AbstractInfUnitRange)

0 commit comments

Comments
 (0)