Skip to content

Commit 8602684

Browse files
Apply suggestion from @glwagner
Co-authored-by: Gregory L. Wagner <[email protected]>
1 parent 267d985 commit 8602684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OceanSeaIceModels/InterfaceComputations/assemble_net_fluxes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function compute_net_ocean_fluxes!(coupled_model)
8585
atmos_ocean_properties,
8686
ocean_properties)
8787

88-
fill_up_net_fluxes!(coupled_model.ocean, net_ocean_fluxes)
88+
fill_net_fluxes!(coupled_model.ocean, net_ocean_fluxes)
8989

9090
return nothing
9191
end

0 commit comments

Comments
 (0)