Skip to content

Commit

Permalink
Update examples/structured_1d_dgsem/elixir_traffic_flow_lwr_greenligh…
Browse files Browse the repository at this point in the history
…t.jl
  • Loading branch information
DanielDoehring authored Feb 7, 2024
1 parent 8d9ad2e commit e82012d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

# Assume that there are always cars waiting at the left
function inflow(x, t, equations::TrafficFlowLWREquations1D)
return initial_condition_greenlight(coordinate_min, t, equations)
return initial_condition_greenlight(coordinates_min, t, equations)
end
boundary_condition_inflow = BoundaryConditionDirichlet(inflow)

Expand Down

0 comments on commit e82012d

Please sign in to comment.