Skip to content

Commit 71e6d41

Browse files
committed
- Seems I missed another place.
1 parent faa6605 commit 71e6d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/equilibrate_test_4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cc_network = @reaction_network begin
5858
end k1 k2p k2pp k3p k3pp A J3 k4 m J4
5959
cc_p = [0.04,0.04,1.,1.,10.0,0.,0.04,35.,.3,.04]
6060
@add_constraint cc_network P+Po=1
61-
add_hc_template(cc_network)
61+
add_hc_template!(cc_network)
6262
@add_hc_template cc_network
6363
ss_cc = steady_states(cc_network,cc_p)
6464
@test(length(ss_cc)==3)

0 commit comments

Comments
 (0)