From 1d95e0fe932babc2b2b219c6cdc91c7382b0960c Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 11 Dec 2023 21:44:38 +0100 Subject: [PATCH] clean up the Model comment --- src/structs.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/structs.jl b/src/structs.jl index 241171c..0903af7 100644 --- a/src/structs.jl +++ b/src/structs.jl @@ -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)