Update epanet.c

This commit is contained in:
Lew Rossman
2020-04-19 09:25:36 -04:00
committed by GitHub
parent 99f09f1edb
commit 37a58a467c

View File

@@ -2628,8 +2628,8 @@ int DLLEXPORT EN_settankdata(EN_Project p, int index, double elev,
Network *net = &p->network;
int i, j, n, curveIndex = 0;
double area, elevation = elev / Ucf[ELEV];
double *Ucf = p->Ucf;
double area, elevation = elev / Ucf[ELEV];
Stank *Tank = net->Tank;
Scurve *curve;