Fixed naming of function

pull/31/head
Fabio Durastante 8 months ago
parent c8c3124e4e
commit 22eafb9140

@ -97,7 +97,7 @@ contains
res = min(0,info) res = min(0,info)
return return
end function psb_c_cgeall_remote end function psb_c_cgeall_remote_options
function psb_c_cgeasb(xh,cdh) bind(c) result(res) function psb_c_cgeasb(xh,cdh) bind(c) result(res)

@ -97,7 +97,7 @@ contains
res = min(0,info) res = min(0,info)
return return
end function psb_c_dgeall_remote end function psb_c_dgeall_remote_options
function psb_c_dgeasb(xh,cdh) bind(c) result(res) function psb_c_dgeasb(xh,cdh) bind(c) result(res)

@ -97,7 +97,7 @@ contains
res = min(0,info) res = min(0,info)
return return
end function psb_c_sgeall_remote end function psb_c_sgeall_remote_options
function psb_c_sgeasb(xh,cdh) bind(c) result(res) function psb_c_sgeasb(xh,cdh) bind(c) result(res)

@ -97,7 +97,7 @@ contains
res = min(0,info) res = min(0,info)
return return
end function psb_c_zgeall_remote end function psb_c_zgeall_remote_options
function psb_c_zgeasb(xh,cdh) bind(c) result(res) function psb_c_zgeasb(xh,cdh) bind(c) result(res)

Loading…
Cancel
Save