Skip to content

Commit

Permalink
Merge pull request #704 from NCAR/args-count_state_ens_copies
Browse files Browse the repository at this point in the history
bug-fix: out of order args in count_state_ens_copies function
  • Loading branch information
hkershaw-brown authored Jul 26, 2024
2 parents c8ddfac + 5d53baf commit 05099fd
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 05099fd

Please sign in to comment.