OpenWaterAnalytics / epanet-gui

MIT License
7 stars 2 forks source link

Emitter backflow option #16

Closed lbutler closed 7 months ago

lbutler commented 7 months ago

Adding a new option to the EPANET GUI may seem simple, but there are several considerations to take into account. I will use this pull request to outline the steps for adding a new option to the EPANET GUI for any future additions.

You should check these notes for each file against the changes in the PR.

consts.txt

Uglobals.pas

Uinput.pas

Uexport.pas

Uimport.pas

Ufileio.pas

Uinifile.pas

Ddefault.pas

Closes #5 Closes #14 Closes #15