Skip to content

Commit 1d78552

Browse files
committed
export analytic jacobianp!
1 parent 67c27cb commit 1d78552

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Domain.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,8 @@ function jacobianp!(jacp::Q,y::U,p::W,t::Z,domain::D,interfaces::Q3,colorvec::Q2
22862286
end
22872287
end
22882288

2289+
export jacobianp!
2290+
22892291
function getreactionindices(ig::Q) where {Q<:AbstractPhase}
22902292
arr = zeros(Int64,(6,length(ig.reactions)))
22912293
for (i,rxn) in enumerate(ig.reactions)

0 commit comments

Comments
 (0)