Skip to content

Commit 6913468

Browse files
fix tableau
1 parent 164df85 commit 6913468

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tableaus.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ function constructSRIOpt2(T=Float64,T2=Float64)
114114
β2 = [-0.4994383733810986,0.9181786186154077,-0.25613778661003145,-0.16260245862427797]
115115
β3 = [1.4531568972730915,-0.8330937231303933,-0.3792843195533583,-0.24077885458934023]
116116
β4 = [-0.4976090683622265,0.9148155835648892,-1.4102107084476505,0.9930041932449877]
117-
RosslerSRI(map(T2,c₀),map(T2,c₁),
118-
map(T,A₀),map(T,A₁),
119-
map(T,B₀),map(T,B₁),
120-
map(T,α),map(T,β₁),map(T,β₂),
121-
map(T,β₃),map(T,β₄),3//2)
117+
RosslerSRI(map(T2,c0),map(T2,c1),
118+
map(T,A0),map(T,A1),
119+
map(T,B0),map(T,B1),
120+
map(T,α),map(T,β1),map(T,β2),
121+
map(T,β3),map(T,β4),3//2)
122122
end
123123

124124

0 commit comments

Comments
 (0)