Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 29, 2024
1 parent 7a7acc1 commit 535ad6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pages = Any[
"model_creation/dsl_basics.md",
"model_creation/dsl_advanced.md",
#"model_creation/programmatic_CRN_construction.md",
#"model_creation/compositional_modeling.md",
"model_creation/compositional_modeling.md",
#"model_creation/constraint_equations.md",
# Events.
#"model_creation/parametric_stoichiometry.md",# Distributed parameters, rates, and initial conditions.
Expand Down
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 @@ -21,7 +21,7 @@ Alternatively one can just build the `ReactionSystem` via the symbolic interface
t = default_t()
@species X(t)
rx = Reaction(d, [X], nothing)
@named degradation_component = ReactionSystem([rs], t)
@named degradation_component = ReactionSystem([rx], t)
```
We can test whether a system is complete using the `ModelingToolkit.iscomplete` function:
```@example ex0
Expand Down

0 comments on commit 535ad6a

Please sign in to comment.