Skip to content

Commit

Permalink
set renderloop back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfischer97 committed Oct 28, 2024
1 parent 66ad0dc commit 143abe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's again use the oscillating Brusselator model, extending the basic simulatio
using Catalyst
using OrdinaryDiffEq
using GLMakie
GLMakie.activate!(inline = true, renderloop = nothing, visible = false) # hide
GLMakie.activate!(inline = true, visible = false) # hide
# Define the Brusselator model
brusselator = @reaction_network begin
Expand Down

0 comments on commit 143abe7

Please sign in to comment.