Skip to content

Commit

Permalink
Merge #1981
Browse files Browse the repository at this point in the history
1981: Renaming surface condition variables r=etmaca5 a=etmaca5



Co-authored-by: Etienne Casanova <etmaca@gmail.com>
  • Loading branch information
bors[bot] and etmaca5 authored Aug 16, 2023
2 parents 2d94151 + 61eb6c4 commit 36742ae
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 36742ae

Please sign in to comment.