Skip to content

Commit 6236465

Browse files
committed
go back to correct definition Fcache
1 parent 10ee1b6 commit 6236465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bimodulesector.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ end
261261

262262
# TODO: figure out correct Fcache type
263263
const Fcache = IdDict{Type{<:BimoduleSector},
264-
Array{Dict{NTuple{4, Int}, Dict{NTuple{6, Int}, Vector{Pair{CartesianIndex{4}, ComplexF64}}}}}}()
264+
Array{Dict{NTuple{6,Int},Array{ComplexF64,4}},4}}()
265265

266266
function _get_Fcache(::Type{T}) where {T<:BimoduleSector}
267267
global Fcache

0 commit comments

Comments
 (0)