From 0e0709e63ed50093d09fb88ac1ea4eb9b5a37afc Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 13 八月 2024 02:08:46 +0800
Subject: [PATCH] Yw.EPAnet修改

---
 Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs b/Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs
index 8d37eb5..fe2b07e 100644
--- a/Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs
+++ b/Hydro/Yw.EPAnet.Calcu.Core/01-network/02-node/03-junction/Nozzle.cs
@@ -17,6 +17,7 @@
         {
             this.Quality = rhs.Quality;
             this.Position = rhs.Position;
+            this.Links = rhs.Links;
             this.Elev = rhs.Elev;
             this.Demand = rhs.Demand;
             this.DemandPattern = rhs.DemandPattern;
@@ -32,6 +33,11 @@
         /// 浣嶇疆
         /// </summary>
         public Position2d Position { get; set; }
+
+        /// <summary>
+        /// 鐩歌繛鐨勭绾�
+        /// </summary>
+        public List<ILink> Links { get; set; }
 
         /// <summary>
         /// 鏍囬珮
@@ -53,9 +59,6 @@
         /// </summary>
         public double Coefficient { get; set; }
 
-        /// <summary>
-        /// 鐩歌繛鐨勭绾�
-        /// </summary>
-        public List<ILink> Links { get; set; }
+
     }
 }

--
Gitblit v1.9.3