Skip to content

Commit 6d4480e

Browse files
committed
looks good
1 parent d378378 commit 6d4480e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solver.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ end
154154
# approximations, but below it is called for `equations` for which the compiler
155155
# doesn't know from type annotations that these are hyperbolic approximations.
156156
# Therefore, JET.jl fails. We provide a fallback definition here that does nothing.
157-
# TODO: Uncomment the following line again
158-
# set_approximation_variables!(q, mesh, equations, solver) = nothing
157+
set_approximation_variables!(q, mesh, equations, solver) = nothing
159158

160159
# For a hyperbolic approximation, we allow returning either the full set
161160
# of variables or a reduced number determining only the limit system.

0 commit comments

Comments
 (0)