From 6258b9ff6687318e17b8c7168cb94d1cce4b7d4c Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Tue, 5 Nov 2019 14:36:52 +0000 Subject: [PATCH] use desc_mod instead of indx_map_mod to pull interface of cd_get_maxspace --- base/internals/psi_graph_fnd_owner.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/internals/psi_graph_fnd_owner.F90 b/base/internals/psi_graph_fnd_owner.F90 index db22f2f8..2a28a608 100644 --- a/base/internals/psi_graph_fnd_owner.F90 +++ b/base/internals/psi_graph_fnd_owner.F90 @@ -51,7 +51,7 @@ subroutine psi_graph_fnd_owner(idx,iprc,idxmap,info) use psb_error_mod use psb_penv_mod use psb_realloc_mod - use psb_indx_map_mod, psb_protect_name => psi_graph_fnd_owner + use psb_desc_mod, psb_protect_name => psi_graph_fnd_owner #ifdef MPI_MOD use mpi #endif