Shuxia Ning
2024-11-27 a9f482aaadae8e0c53b91a3a8990f56ba6af8610
WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpDimensionlessCurvesHelper.cs
@@ -267,10 +267,10 @@
        //计算(带修正)
        static public bool CalcPoints(PumpGroupPt ratedParas, double n, double? K0,
   ref List<Yw.Geometry.Point2d> pointsQH,
   ref List<Yw.Geometry.Point2d> pointsQE,
   ref List<Yw.Geometry.Point2d> pointsQP,
   ref List<Yw.Geometry.Point2d> pointsNPSH, bool isSxp, int stageNumber)
           ref List<Yw.Geometry.Point2d> pointsQH,
           ref List<Yw.Geometry.Point2d> pointsQE,
           ref List<Yw.Geometry.Point2d> pointsQP,
           ref List<Yw.Geometry.Point2d> pointsNPSH, bool isSxp, int stageNumber)
        {
            bool re = CalcPoints(ratedParas, n, ref pointsQH, ref pointsQE, ref pointsQP, ref pointsNPSH, isSxp, stageNumber);
            if (!re)