We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 362bdbb + 05099fd commit 3ca755dCopy full SHA for 3ca755d
assimilation_code/modules/assimilation/filter_mod.f90
@@ -2275,7 +2275,7 @@ end subroutine store_copies
2275
!------------------------------------------------------------------
2276
!> Count the number of copies to be allocated for the ensemble manager
2277
2278
-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)
2279
2280
integer, intent(in) :: ens_size
2281
type(adaptive_inflate_type), intent(in) :: prior_inflate
0 commit comments