From a462a60ee18fd63d46adf6549353f121a13fa10d Mon Sep 17 00:00:00 2001 From: Torkel Date: Wed, 22 May 2024 18:04:23 -0400 Subject: [PATCH] init --- docs/src/model_creation/compositional_modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/model_creation/compositional_modeling.md b/docs/src/model_creation/compositional_modeling.md index ce9724bfb4..8e00d27f48 100644 --- a/docs/src/model_creation/compositional_modeling.md +++ b/docs/src/model_creation/compositional_modeling.md @@ -18,7 +18,7 @@ end Alternatively one can just build the `ReactionSystem` via the symbolic interface. ```@example ex0 @parameters d -@variable t +t = default_t() @species X(t) rx = Reaction(d, [X], nothing) @named degradation_component = ReactionSystem([rs], t)