Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Jul 31, 2024
1 parent e2de239 commit 37e9689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/diffeqs/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function __num_isdiag_noise(mat)
end
function __get_num_diag_noise(mat)
map(axes(mat, 2)) do j
for i axes(mat, 1)
for i in axes(mat, 1)
if !isequal(mat[i, j], 0)
return mat[i, j]
end
Expand Down

0 comments on commit 37e9689

Please sign in to comment.