We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d378378 commit 6d4480eCopy full SHA for 6d4480e
src/solver.jl
@@ -154,8 +154,7 @@ end
154
# approximations, but below it is called for `equations` for which the compiler
155
# doesn't know from type annotations that these are hyperbolic approximations.
156
# 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
+set_approximation_variables!(q, mesh, equations, solver) = nothing
159
160
# For a hyperbolic approximation, we allow returning either the full set
161
# of variables or a reduced number determining only the limit system.
0 commit comments