Skip to content

Commit 3ca755d

Browse files
Merge branch 'main' into libdart
2 parents 362bdbb + 05099fd commit 3ca755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assimilation_code/modules/assimilation/filter_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ end subroutine store_copies
22752275
!------------------------------------------------------------------
22762276
!> Count the number of copies to be allocated for the ensemble manager
22772277

2278-
function count_state_ens_copies(ens_size, post_inflate, prior_inflate) result(num_copies)
2278+
function count_state_ens_copies(ens_size, prior_inflate, post_inflate) result(num_copies)
22792279

22802280
integer, intent(in) :: ens_size
22812281
type(adaptive_inflate_type), intent(in) :: prior_inflate

0 commit comments

Comments
 (0)