Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 23, 2024
1 parent 1d1f4f8 commit a462a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/model_creation/compositional_modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a462a60

Please sign in to comment.