Skip to content

Commit

Permalink
Fix name of FbcReactionPlugin_unsetLowerFluxBound in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Dec 21, 2021
1 parent f2a451d commit 0197d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sbml/packages/fbc/extension/FbcReactionPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ FbcReactionPlugin_setLowerFluxBound(FbcSBasePlugin_t * fbc, const char * LowerFl


/**
* Unsets the "upperFluxBound" attribute of the given FbcReactionPlugin_t structure.
* Unsets the "lowerFluxBound" attribute of the given FbcReactionPlugin_t structure.
*
* @param fbc the FbcReactionPlugin_t structure to unset.
*
Expand All @@ -851,7 +851,7 @@ FbcReactionPlugin_setLowerFluxBound(FbcSBasePlugin_t * fbc, const char * LowerFl
*/
LIBSBML_EXTERN
int
FbcReactionPlugin_unsetUpperFluxBound(FbcSBasePlugin_t * fbc);
FbcReactionPlugin_unsetLowerFluxBound(FbcSBasePlugin_t * fbc);


/**
Expand Down

0 comments on commit 0197d58

Please sign in to comment.