Skip to content

Commit

Permalink
Fix typo in state_structure_mod.f90
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Kershaw <[email protected]>
  • Loading branch information
mjs2369 and hkershaw-brown authored Jan 9, 2025
1 parent 87e21ba commit 23c8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assimilation_code/modules/io/state_structure_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function add_domain_from_state_type(info_file, vars) result(dom_id)
integer :: ivar

! add to domains
call assert_below_max_num_domains('add_domain_from_file')
call assert_below_max_num_domains('add_domain_from_state_type')
state%num_domains = state%num_domains + 1
!>@todo dom_id should be a handle.
dom_id = state%num_domains
Expand Down

0 comments on commit 23c8d84

Please sign in to comment.