diff --git a/cbind/base/psb_c_tools_cbind_mod.F90 b/cbind/base/psb_c_tools_cbind_mod.F90 index 644d2e1e..0abc4e34 100644 --- a/cbind/base/psb_c_tools_cbind_mod.F90 +++ b/cbind/base/psb_c_tools_cbind_mod.F90 @@ -97,7 +97,7 @@ contains res = min(0,info) return - end function psb_c_cgeall_remote + end function psb_c_cgeall_remote_options function psb_c_cgeasb(xh,cdh) bind(c) result(res) diff --git a/cbind/base/psb_d_tools_cbind_mod.F90 b/cbind/base/psb_d_tools_cbind_mod.F90 index c22198ef..69bfe3b8 100644 --- a/cbind/base/psb_d_tools_cbind_mod.F90 +++ b/cbind/base/psb_d_tools_cbind_mod.F90 @@ -97,7 +97,7 @@ contains res = min(0,info) return - end function psb_c_dgeall_remote + end function psb_c_dgeall_remote_options function psb_c_dgeasb(xh,cdh) bind(c) result(res) diff --git a/cbind/base/psb_s_tools_cbind_mod.F90 b/cbind/base/psb_s_tools_cbind_mod.F90 index 7870d20c..651f3e64 100644 --- a/cbind/base/psb_s_tools_cbind_mod.F90 +++ b/cbind/base/psb_s_tools_cbind_mod.F90 @@ -97,7 +97,7 @@ contains res = min(0,info) return - end function psb_c_sgeall_remote + end function psb_c_sgeall_remote_options function psb_c_sgeasb(xh,cdh) bind(c) result(res) diff --git a/cbind/base/psb_z_tools_cbind_mod.F90 b/cbind/base/psb_z_tools_cbind_mod.F90 index 534a8869..c6b2ab0b 100644 --- a/cbind/base/psb_z_tools_cbind_mod.F90 +++ b/cbind/base/psb_z_tools_cbind_mod.F90 @@ -97,7 +97,7 @@ contains res = min(0,info) return - end function psb_c_zgeall_remote + end function psb_c_zgeall_remote_options function psb_c_zgeasb(xh,cdh) bind(c) result(res)