Skip to content

Commit

Permalink
minor history file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 9, 2024
1 parent 332fb31 commit 3668268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steady_state = [2.0]
steady_state_stability(steady_state, rn, p)
```
Here, `steady_state_stability` takes an optional argument `tol = 10*sqrt(eps())`, which is used to determine whether a eigenvalue real part is reliably less than 0.
- Added a DSL option, `@combinatoric_ratelaws`, which can be used to toggle whether to use combinatorial rate laws within the DSL. Example:
- Added a DSL option, `@combinatoric_ratelaws`, which can be used to toggle whether to use combinatorial rate laws within the DSL (this feature was already supported for programmatic modelling). Example:
```julia
# Creates model.
rn = @reaction_network begin
Expand Down

0 comments on commit 3668268

Please sign in to comment.