Skip to content

Commit 41b1e76

Browse files
committed
one more Int to Int64
1 parent 529c41e commit 41b1e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function compute_lei_coefficients(section_1::Section, section_2::Section)
178178
)
179179

180180
# Compute S values
181-
S = Dict{Int,Float64}()
181+
S = Dict{Int64,Float64}()
182182
S[9] = C[20]*t^2 + C[21]*t + C[22]
183183
S[10] = C[23]*t^2 + C[24]*t + C[25]
184184
S[11] = C[26]*t^2 + C[27]*t + C[28]

0 commit comments

Comments
 (0)