Skip to content

Commit 114537e

Browse files
authored
Merge pull request #118 from isaacsas/export-new-API-funcs
export symstoich functions
2 parents 5b3c702 + ed8958d commit 114537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqBiological.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export @reaction_network, @reaction_func, @min_reaction_network, @empty_reaction
2929
export species, params, speciesmap, paramsmap, numspecies, numreactions, numparams
3030
export oderhsfun, jacfun, paramjacfun, odefun, noisefun, sdefun, jumps, regularjumps
3131
export odeexprs, jacobianexprs, noiseexprs, jumpexprs, rateexpr, oderatelawexpr, ssaratelawexpr
32-
export substratestoich, productstoich, netstoich, ismassaction, dependants, dependents, substrates, products
32+
export substratestoich, productstoich, netstoich, ismassaction, dependants, dependents, substrates, products, substratesymstoich, productsymstoich
3333
export rxtospecies_depgraph, speciestorx_depgraph, rxtorx_depgraph
3434

3535
# functions to extend empty_ and min_ reaction_networks

0 commit comments

Comments
 (0)