Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/sbml/SBMLErrorTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6544,9 +6544,10 @@ static const sbmlErrorTableEntry errorTable[] =
LIBSBML_SEV_NOT_APPLICABLE,
LIBSBML_SEV_ERROR,
LIBSBML_SEV_ERROR,
"A <reaction> object must have the required attributes 'id', 'reversible' "
"and 'fast', and may have the optional attributes 'metaid', 'sboTerm', 'name' "
"and 'compartment'. No other attributes from the SBML Level 3 Core "
"A <reaction> object must have the required attributes 'id' and 'reversible', "
"and may have the optional attributes 'metaid', 'sboTerm', 'name' "
"and 'compartment'. For SBML Level 3 Version 1 documents only, 'fast' is additionally "
"required. No other attributes from the SBML Level 3 Core "
"namespace are permitted on a Reaction object.",
{"",
"",
Expand Down
Loading