Skip to content

Commit

Permalink
Merge branch 'main' into libdart
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Jul 26, 2024
2 parents 362bdbb + 05099fd commit 3ca755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assimilation_code/modules/assimilation/filter_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@ end subroutine store_copies
!------------------------------------------------------------------
!> Count the number of copies to be allocated for the ensemble manager

function count_state_ens_copies(ens_size, post_inflate, prior_inflate) result(num_copies)
function count_state_ens_copies(ens_size, prior_inflate, post_inflate) result(num_copies)

integer, intent(in) :: ens_size
type(adaptive_inflate_type), intent(in) :: prior_inflate
Expand Down

0 comments on commit 3ca755d

Please sign in to comment.