Skip to content

Commit

Permalink
Fix incorrect declaration in AntiLangmuir as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniaBerger authored and schmoelder committed Jun 20, 2024
1 parent 4f1671b commit 7ddabeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CADETProcess/processModel/binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ class AntiLangmuir(BindingBaseClass):
Desorption rate constants. Length depends on `n_comp`.
capacity : list of unsigned floats.
Maximum adsorption capacities. Length depends on `n_comp`.
antilangmuir : list of unsigned floats, optional.
antilangmuir : list of unsigned floats.
Anti-Langmuir coefficients. Length depends on `n_comp`.
"""
Expand Down

0 comments on commit 7ddabeb

Please sign in to comment.