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/03-calculation/CalcuLink.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Hydro/Yw.EPAnet.Calcu.Core/03-calculation/CalcuLink.cs b/Hydro/Yw.EPAnet.Calcu.Core/03-calculation/CalcuLink.cs
index c8c68ac..c02f4a7 100644
--- a/Hydro/Yw.EPAnet.Calcu.Core/03-calculation/CalcuLink.cs
+++ b/Hydro/Yw.EPAnet.Calcu.Core/03-calculation/CalcuLink.cs
@@ -8,16 +8,16 @@
         /// <summary>
         /// 娴侀噺  
         /// </summary>
-        public float Flow { get; set; }
+        public double Flow { get; set; }
 
         /// <summary>
         /// 娴侀��
         /// </summary>
-        public float Velocity { get; set; }
+        public double Velocity { get; set; }
 
         /// <summary>
         /// 姘村ご鎹熷け
         /// </summary>
-        public float Headloss { get; set; }
+        public double Headloss { get; set; }
     }
 }

--
Gitblit v1.9.3