Skip to content

Commit 93a26be

Browse files
authored
Update src/chemistry_functionality.jl
1 parent e2916c9 commit 93a26be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chemistry_functionality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function balance_reaction(reaction::Reaction)
259259
end
260260

261261
isempty(balancedrxs) && (@warn "Unable to balance reaction.")
262-
(length(balancedrxs) > 1) && (@warn "The space of possible balanced versions of the reaction ($reaction) is greater than 1. This prevents the selection of a single appropriate balanced reaction. Instead, a basis for balanced reactions is returned. Note that we do not check if they preserve the set of substrates and products from the original reaction.")
262+
(length(balancedrxs) > 1) && (@warn "The space of possible balanced versions of the reaction ($reaction) is greater than one-dimension. This prevents the selection of a single appropriate balanced reaction. Instead, a basis for balanced reactions is returned. Note that we do not check if they preserve the set of substrates and products from the original reaction.")
263263
return balancedrxs
264264
end
265265

0 commit comments

Comments
 (0)