Skip to content

Commit

Permalink
clean up the Model comment
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Dec 11, 2023
1 parent 3d48753 commit 1d95e0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/structs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,11 @@ end
"""
$(TYPEDEF)
Structure that collects the model-related data. Contains `parameters`, `units`,
`compartments`, `species` and `reactions` and `gene_products`, and additional
`notes` and `annotation` (also present internally in some of the data fields).
The contained dictionaries are indexed by identifiers of the corresponding
objects.
Julia representation of SBML Model structure, with the reactions, species,
units, compartments, and many other things.
Where available, all objects are contained in dictionaries indexed by SBML
identifiers.
# Fields
$(TYPEDFIELDS)
Expand Down

0 comments on commit 1d95e0f

Please sign in to comment.