Skip to content

Commit

Permalink
Revert "Removed private routine from public list."
Browse files Browse the repository at this point in the history
This reverts commit b91469e.
  • Loading branch information
hkershaw-brown committed Apr 8, 2021
1 parent 61f1cad commit f1fcd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assimilation_code/modules/assimilation/obs_model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module obs_model_mod
implicit none
private

public :: move_ahead, advance_state, set_obs_model_trace
public :: move_ahead, advance_state, set_obs_model_trace, have_members

character(len=*), parameter :: source = 'obs_model_mod.f90'

Expand Down

0 comments on commit f1fcd97

Please sign in to comment.