Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Nov 21, 2024
1 parent 1efb96a commit 38f5455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/model_creation/dsl_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Running the code above will yield the following error: `LoadError: UndeclaredSym
In order to avoid the error in this case all the relevant species and parameters will have to be declared.
```@example dsl_advanced_require_dec
# The following case will not error.
using Catalyst
t = default_t()
rn = @reaction_network begin
@require_declaration
Expand Down

0 comments on commit 38f5455

Please sign in to comment.