From 4917fb959e2befec07a693e72d7010c09494ec7c Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 03 四月 2025 15:38:34 +0800 Subject: [PATCH] 1.新增二输水流量压力偏差曲线 --- 02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs b/02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs index d2a8fe3..2fd092e 100644 --- a/02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs +++ b/02-desktop/Calculation/IStation.Epanet/DLL/EpanetMethods.cs @@ -11,7 +11,7 @@ public class EpanetMethods { /// <summary>鏂囦欢鍚嶇О ("epanet2.2.dll").</summary> - private const string EPANETDLL = "epanet2.2.dll"; + private const string EPANETDLL = "epanet2.2x64.dll"; /// <summary>Epanet dll 璋冪敤绾﹀畾</summary> private const CallingConvention CONVENTION = CallingConvention.StdCall; -- Gitblit v1.9.3