We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb1ca3 commit e46c6e2Copy full SHA for e46c6e2
src/Models/NonhydrostaticModels/boundary_mass_fluxes.jl
@@ -153,7 +153,7 @@ function initialize_boundary_mass_fluxes(velocities::NamedTuple)
153
right_scheme_boundaries = Tuple(right_scheme_boundaries),
154
total_area_scheme_boundaries))
155
156
- if length(left_scheme_boundaries) == 0 && length(right_scheme_boundaries) == 0
+ if length(boundary_fluxes.left_scheme_boundaries) == 0 && length(boundary_fluxes.right_scheme_boundaries) == 0
157
return nothing
158
else
159
return boundary_fluxes
0 commit comments