Skip to content

Commit 38f5455

Browse files
committed
up
1 parent 1efb96a commit 38f5455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/model_creation/dsl_advanced.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Running the code above will yield the following error: `LoadError: UndeclaredSym
287287
In order to avoid the error in this case all the relevant species and parameters will have to be declared.
288288
```@example dsl_advanced_require_dec
289289
# The following case will not error.
290+
using Catalyst
290291
t = default_t()
291292
rn = @reaction_network begin
292293
@require_declaration

0 commit comments

Comments
 (0)