Skip to content

Commit

Permalink
return nothing explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jun 1, 2023
1 parent 50aaff9 commit b8f779c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnsembleKalmanProcess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,8 @@ function update_ensemble!(
else
return terminate # true if scheduler has not stepped
end
return nothing

end


Expand Down

0 comments on commit b8f779c

Please sign in to comment.