diff --git a/core/checkRxn.m b/core/checkRxn.m index cf29bf94..1334514c 100755 --- a/core/checkRxn.m +++ b/core/checkRxn.m @@ -14,11 +14,11 @@ % % report % reactants array with reactant indexes -% canMake boolean array, true if the corresponding reactant can be -% synthesized +% canMake boolean array, true if the corresponding reactant can +% be synthesized by the rest of the metabolic network % products array with product indexes -% canConsume boolean array, true if the corresponding reactant can -% be consumed +% canConsume boolean array, true if the corresponding product can +% be consumed by the rest of the metabolic network % % Usage: report=checkRxn(model,rxn,cutoff,revDir,printReport) diff --git a/doc/core/checkRxn.html b/doc/core/checkRxn.html index 2c31271b..4169caa7 100644 --- a/doc/core/checkRxn.html +++ b/doc/core/checkRxn.html @@ -42,11 +42,11 @@