From a9f482aaadae8e0c53b91a3a8990f56ba6af8610 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 27 十一月 2024 09:48:17 +0800 Subject: [PATCH] 主界面 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpDimensionlessCurvesHelper.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpDimensionlessCurvesHelper.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpDimensionlessCurvesHelper.cs index feda8de..bba8c45 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpDimensionlessCurvesHelper.cs +++ b/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) -- Gitblit v1.9.3