Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Oct 28, 2021
1 parent 282ec0a commit 3f1f46e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/reaction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ end
"""
physiological_dg_prime(equilibrator, rxn_string; balance_warn=true, skip_unbalanced=false)
Calculate ΔG' at physiological conditions of a reaction described by
`rxn_string` using the settings in `equilibrator`. If `skip_unbalanced` is true then
return `nothing` if the reaction is unbalanced. If `balance_warn` is false
then do not emit a warning when the reaction is unbalanced.
Calculate ΔG' at physiological conditions (all concentrations set to 1 mM) of a reaction
described by `rxn_string` using the settings in `equilibrator`. If `skip_unbalanced` is true
then return `nothing` if the reaction is unbalanced. If `balance_warn` is false then do not
emit a warning when the reaction is unbalanced.
# Example
```
Expand Down

0 comments on commit 3f1f46e

Please sign in to comment.