Skip to content

Commit 90288b7

Browse files
committed
BugFix: return J in jacobianp
1 parent 704bc2b commit 90288b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Reactor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ export jacobiany
321321
function jacobianp(y::U,p::W,t::Z,domain::V,interfaces::Q3,colorvec::Q2=nothing) where {Q3<:AbstractArray,Q2,U<:AbstractArray,W,Z<:Real,V<:AbstractDomain}
322322
J = zeros(length(y),length(domain.phase.species)+length(domain.phase.reactions))
323323
jacobianp!(J,y,p,t,domain,interfaces,colorvec)
324+
return J
324325
end
325326
export jacobianp
326327

0 commit comments

Comments
 (0)