duheng
2024-12-11 2e8e85f65748ee5a5adf0dcda864aa4167cbf2ef
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/05-import/03-one-point/PumpImportByOnePointCtrl.cs
@@ -247,9 +247,9 @@
                XtraMessageBox.Show("请输入曲线名称!");
                return false;
            }
            qh = new Pump.CurveQH(Yw.Pump.eFeatType.Cubic, _qh_pt_list);
            qe = new Pump.CurveQE(Yw.Pump.eFeatType.Cubic, _qe_pt_list);
            qp = new Pump.CurveQP(Yw.Pump.eFeatType.Cubic, _qp_pt_list);
            qh = new Pump.CurveQH(Yw.Ahart.eFeatType.Cubic, _qh_pt_list);
            qe = new Pump.CurveQE(Yw.Ahart.eFeatType.Cubic, _qe_pt_list);
            qp = new Pump.CurveQP(Yw.Ahart.eFeatType.Cubic, _qp_pt_list);
            return true;
        }