lixiaojun
2024-10-28 393c5a292f0d76545734928ffda9e8aed4223afc
WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/02-node/02-junction/00-core/HydroJunctionViewModel.cs
@@ -15,7 +15,7 @@
        /// </summary>
        public HydroJunctionViewModel(Yw.Model.HydroJunctionInfo rhs) : base(rhs)
        {
            this.Elev = Math.Round(rhs.Elev, 4);
            this.Elev = Math.Round(rhs.Elev, 2);
            this.MinorLoss = rhs.MinorLoss;
            this.Demand = rhs.Demand;
            this.DemandPattern = rhs.DemandPattern;
@@ -28,7 +28,7 @@
        /// </summary>
        public HydroJunctionViewModel(Yw.Model.HydroJunctionInfo rhs, Yw.WinFrmUI.HydroCalcuNodeResult calcuResult) : base(rhs, calcuResult)
        {
            this.Elev = Math.Round(rhs.Elev, 4);
            this.Elev = Math.Round(rhs.Elev, 2);
            this.MinorLoss = rhs.MinorLoss;
            this.Demand = rhs.Demand;
            this.DemandPattern = rhs.DemandPattern;