From 22eafb91402d6467355d93e60e25b41721077a5a Mon Sep 17 00:00:00 2001 From: Fabio Durastante Date: Tue, 11 Nov 2025 17:10:15 +0100 Subject: [PATCH] Fixed naming of function --- cbind/base/psb_c_tools_cbind_mod.F90 | 2 +- cbind/base/psb_d_tools_cbind_mod.F90 | 2 +- cbind/base/psb_s_tools_cbind_mod.F90 | 2 +- cbind/base/psb_z_tools_cbind_mod.F90 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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)