Skip to content

Commit

Permalink
variable renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
etmaca5 committed Aug 16, 2023
1 parent 2d94151 commit 61eb6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surface_conditions/surface_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ end
surface_state(sfc_setup_wrapper::SurfaceState, _, _, _) = sfc_setup_wrapper

surface_state(
sfc_setup_wrapper::Function,
wrapped_sfc_setup::Function,
sfc_local_geometry_values,
int_z_values,
t,
) = sfc_setup_wrapper(sfc_local_geometry_values.coordinates, int_z_values, t)
) = wrapped_sfc_setup(sfc_local_geometry_values.coordinates, int_z_values, t)

# This is a hack for meeting the August 7th deadline. It is to ensure that the
# coupler will be able to construct an integrator before overwriting its surface
Expand Down

0 comments on commit 61eb6c4

Please sign in to comment.