Skip to content

Commit 0263399

Browse files
forgot to save
1 parent aabc85a commit 0263399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/default.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ end
412412
end
413413

414414
ex = if ex == :()
415-
Expr(:elseif, :(getproperty(DefaultAlgorithmChoice, $(Meta.quot(alg))) === cache.alg), newex,
415+
Expr(:elseif, :(getproperty(DefaultAlgorithmChoice, $(Meta.quot(alg))) === cache.alg.alg), newex,
416416
:(error("Algorithm Choice not Allowed")))
417417
else
418-
Expr(:elseif, :(getproperty(DefaultAlgorithmChoice, $(Meta.quot(alg))) === cache.alg), newex, ex)
418+
Expr(:elseif, :(getproperty(DefaultAlgorithmChoice, $(Meta.quot(alg))) === cache.alg.alg), newex, ex)
419419
end
420420
end
421421
ex = Expr(:if, ex.args...)

0 commit comments

Comments
 (0)