Skip to content

Commit b818657

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/compositional_modeling.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 233b850 commit b818657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/compositional_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compartments.
88
## [A note on *completeness*](@id completeness_note)
99
Catalyst `ReactionSystem` can either be *complete* or *incomplete*. When created using the `@reaction_network` DSL they are *created as complete*. Here, only complete `ReactionSystem`s can be used to create the various problem types (e.g. `ODEProblem`). However, only incomplete `ReactionSystem`s can be composed using the features described below. Hence, for compositional modeling, `ReactionSystem` must be created as incomplete, and later set to complete before simulation.
1010

11-
To create incomplete `ReactionSystem`s using the DSL as complete, use the `@network_component` instead of `@reaction_network`:
11+
To create a `ReactionSystem`s for use in compositional modeling via the DSL, simply use the `@network_component` macro instead of `@reaction_network`:
1212
```@example ex0
1313
using Catalyst
1414
degradation_component = @network_component begin

0 commit comments

Comments
 (0)