correct error in adjustpumpparams() where a curveindex was being used instead of the pump index
This commit is contained in:
@@ -1074,7 +1074,7 @@ int adjustpumpparams(Project *pr, int curveIndex)
|
|||||||
{
|
{
|
||||||
// Update its head curve parameters
|
// Update its head curve parameters
|
||||||
pump->Ptype = NOCURVE;
|
pump->Ptype = NOCURVE;
|
||||||
err = updatepumpparams(pr, curveIndex);
|
err = updatepumpparams(pr, j);
|
||||||
if (err > 0) break;
|
if (err > 0) break;
|
||||||
|
|
||||||
// Convert parameters to internal units
|
// Convert parameters to internal units
|
||||||
|
|||||||
Reference in New Issue
Block a user