File tree 1 file changed +2
-2
lines changed
lib/NonlinearSolveBase/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Enable `TimerOutput` for all `NonlinearSolve` algorithms. This is useful for deb
39
39
but has some overhead, so it is disabled by default.
40
40
"""
41
41
function enable_timer_outputs ()
42
- @set_preferences! (" enable_timer_outputs" => true )
42
+ @set_preferences! (" enable_timer_outputs" => true )
43
43
@info " Timer Outputs Enabled. Restart the Julia session for this to take effect."
44
44
end
45
45
@@ -50,6 +50,6 @@ Disable `TimerOutput` for all `NonlinearSolve` algorithms. This should be used w
50
50
`NonlinearSolve` is being used in performance-critical code.
51
51
"""
52
52
function disable_timer_outputs ()
53
- @set_preferences! (" enable_timer_outputs" => false )
53
+ @set_preferences! (" enable_timer_outputs" => false )
54
54
@info " Timer Outputs Disabled. Restart the Julia session for this to take effect."
55
55
end
You can’t perform that action at this time.
0 commit comments