Skip to content

Commit

Permalink
Switching the prior and post_inflate args in count_state_ens_copies t…
Browse files Browse the repository at this point in the history
…o match the function calls
  • Loading branch information
mjs2369 committed Jul 23, 2024
1 parent c8ddfac commit 5d53baf
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 5d53baf

Please sign in to comment.