更新 Services/FortranInteropService.cs

This commit is contained in:
Administrator 2025-05-12 16:30:44 +08:00
parent 36c45e7094
commit ffdb036ba6

View File

@ -32,7 +32,7 @@ namespace FortranWebApi.Services
} }
// DllImport声明 // 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( private static extern void fortran_function(
ref int FILELEN, ref int FILELEN,
ref int NODE, ref int NODE,