From 28634f6cdae0cbf1df5a10a2380a027dc9bc76f0 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 28 Oct 2022 12:51:36 +0200 Subject: [PATCH] Add ctxt_type to imports --- amgprec/amg_base_prec_type.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amgprec/amg_base_prec_type.F90 b/amgprec/amg_base_prec_type.F90 index ec1c8af5..8c10ae6b 100644 --- a/amgprec/amg_base_prec_type.F90 +++ b/amgprec/amg_base_prec_type.F90 @@ -64,7 +64,7 @@ module amg_base_prec_type ! use psb_const_mod use psb_base_mod, only :& - & psb_desc_type, psb_i_vect_type, psb_i_base_vect_type,& + & psb_desc_type, psb_ctxt_type,& & psb_ipk_, psb_dpk_, psb_spk_, psb_epk_, & & psb_cdfree, psb_halo_, psb_none_, psb_sum_, psb_avg_, & & psb_nohalo_, psb_square_root_, psb_toupper, psb_root_,&