From b07eb6dbbc585679c688dbc36ea58e9b23746274 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 6 Apr 2017 15:36:53 +0000 Subject: [PATCH] psblas3-mcbind: cbind/base/psb_base_cbind_mod.f90 cbind/base/psb_d_comm_cbind.f90 cbind/base/psb_d_comm_cbind_mod.f90 Start of comm, fix name mismatch --- cbind/base/psb_base_cbind_mod.f90 | 1 + cbind/base/{psb_d_comm_cbind.f90 => psb_d_comm_cbind_mod.f90} | 0 2 files changed, 1 insertion(+) rename cbind/base/{psb_d_comm_cbind.f90 => psb_d_comm_cbind_mod.f90} (100%) diff --git a/cbind/base/psb_base_cbind_mod.f90 b/cbind/base/psb_base_cbind_mod.f90 index a4222ec1..b5c0de93 100644 --- a/cbind/base/psb_base_cbind_mod.f90 +++ b/cbind/base/psb_base_cbind_mod.f90 @@ -6,5 +6,6 @@ module psb_base_cbind_mod use psb_d_tools_cbind_mod use psb_c_tools_cbind_mod use psb_z_tools_cbind_mod + use psb_d_comm_cbind_mod use psb_base_psblas_cbind_mod end module psb_base_cbind_mod diff --git a/cbind/base/psb_d_comm_cbind.f90 b/cbind/base/psb_d_comm_cbind_mod.f90 similarity index 100% rename from cbind/base/psb_d_comm_cbind.f90 rename to cbind/base/psb_d_comm_cbind_mod.f90