From ffdb036ba6fac49e21abeb12e5b06d6a6025b6be Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 12 May 2025 16:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Services/FortranInteropSer?= =?UTF-8?q?vice.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/FortranInteropService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/FortranInteropService.cs b/Services/FortranInteropService.cs index e7fa3b6..ec120fa 100644 --- a/Services/FortranInteropService.cs +++ b/Services/FortranInteropService.cs @@ -32,7 +32,7 @@ namespace FortranWebApi.Services } // DllImport声明 - [DllImport("libfortran_function.so", CallingConvention = CallingConvention.Cdecl, EntryPoint = "fortran_function")] + [DllImport("libfortran_function.so", CallingConvention = CallingConvention.Cdecl, EntryPoint = "MSJGMX")] private static extern void fortran_function( ref int FILELEN, ref int NODE,