Skip to content

Commit

Permalink
Merge branch 'refactor/sbm_concept' of https://github.com/Deltares/Wf…
Browse files Browse the repository at this point in the history
…low.jl into refactor/sbm_concept
  • Loading branch information
vers-w committed Oct 29, 2024
2 parents fca7d52 + b1925ee commit e0427b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demand/water_demand.jl
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ end
"Initialize water demand model"
function Demand(nc, config, inds, dt)
domestic = if get(config.model.water_demand, "domestic", false)
NonIrrigationDemand(nc, config, inds, dt, "industry")
NonIrrigationDemand(nc, config, inds, dt, "domestic")
else
NoNonIrrigationDemand()
end
Expand Down

0 comments on commit e0427b6

Please sign in to comment.