Skip to content

Commit dc0dbfa

Browse files
committed
use Module instead of Main
1 parent 5813992 commit dc0dbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MTKInfiniteOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function DiffEqBase.solve(
360360
if ode_solver == :Default
361361
@eval tableau = $tableau_getter()
362362
else
363-
@eval tableau = Main.$tableau_getter()
363+
@eval tableau = @__MODULE__.$tableau_getter()
364364
end
365365
silent && set_silent(model)
366366

0 commit comments

Comments
 (0)