Skip to content

Commit

Permalink
Update src/auxiliary/math.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Aug 4, 2024
1 parent 8ac78b3 commit f9b9ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auxiliary/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ be useful for performance comparisons to switch to the Julia core backend.
This does not fully disable Polyester.jl,
buy only its use as part of Trixi.jl's `@threaded` macro.
macro.
"""
function set_polyester(toggle::Bool; force=true)
set_preferences!(TRIXI_UUID, "polyester" => string(toggle), force = force)
Expand Down

0 comments on commit f9b9ccd

Please sign in to comment.