Skip to content

Commit 03b6df8

Browse files
committed
update
1 parent 70d7cf2 commit 03b6df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/CatalystHomotopyContinuationExtension/homotopy_continuation_extension.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444

4545
# For a given reaction system, parameter values, and initial conditions, find the polynomial that HC solves to find steady states.
4646
function steady_state_polynomial(rs::ReactionSystem, ps, u0)
47-
rs = expand_registered_functions(rs)
47+
rs = Catalyst.expand_registered_functions(rs)
4848
ns = convert(NonlinearSystem, rs; remove_conserved = true)
4949
pre_varmap = [symmap_to_varmap(rs,u0)..., symmap_to_varmap(rs,ps)...]
5050
conservationlaw_errorcheck(rs, pre_varmap)

0 commit comments

Comments
 (0)