We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81737f7 commit 2f73eadCopy full SHA for 2f73ead
src/auxiliary/math.jl
@@ -15,7 +15,7 @@ By default, Polyester.jl is enabled, but it can
15
be useful for performance comparisons to switch to the Julia core backend.
16
17
This does not fully disable Polyester.jl,
18
-buy only its use as part of Trixi.jl's `@threaded` macro.
+but only its use as part of Trixi.jl's [`@threaded`](@ref) macro.
19
"""
20
function set_polyester!(toggle::Bool; force = true)
21
set_preferences!(TRIXI_UUID, "polyester" => toggle, force = force)
0 commit comments