更新 Services/FortranInteropService.cs
This commit is contained in:
parent
36c45e7094
commit
ffdb036ba6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user