Skip to content

Commit 520bf89

Browse files
committed
fix
1 parent 0795917 commit 520bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial_reaction_systems/spatial_ODE_systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function (jac_func::LatticeTransportODEjac)(J, u, p, t)
177177
for vert_i in 1:(jac_func.num_verts)
178178
idxs = get_indexes(vert_i, jac_func.num_species)
179179
vert_ps = view_vert_ps_vector!(jac_func.work_vert_ps, p, vert_i, jac_func.enum_v_ps_idx_types)
180-
jac_func.ofunc.jac((@view J[idxs, idxs], (@view u[idxs]), vert_ps, t)
180+
jac_func.ofunc.jac((@view J[idxs, idxs], (@view u[idxs]), vert_ps, t))
181181
end
182182

183183
# Updates for the spatial reactions (adds the Jacobian values from the diffusion reactions).

0 commit comments

Comments
 (0)