OpenWaterAnalytics / EPANET

The Water Distribution System Hydraulic and Water Quality Analysis Toolkit
MIT License
273 stars 203 forks source link

Fixes incorrect hour set with >9 input tokens for simple controls #710

Closed lbutler closed 1 year ago

lbutler commented 1 year ago

If you create a simple control with nine or more input tokens, the logic skips over assigning the hour variable and EPANET will activate the control at hour zero.

Fixes #709