From b83f9b7798727c7f44388fc3a8becf8850e4339a Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 28 Feb 2022 11:29:32 +0100 Subject: [PATCH] Pretty-print cosmetics --- base/modules/desc/psb_hash_map_mod.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/modules/desc/psb_hash_map_mod.f90 b/base/modules/desc/psb_hash_map_mod.f90 index 3cfd33a4..5fe7b75b 100644 --- a/base/modules/desc/psb_hash_map_mod.f90 +++ b/base/modules/desc/psb_hash_map_mod.f90 @@ -746,7 +746,8 @@ contains if (info >=0) then if (nxt == lip) then ncol = max(nxt,ncol) - call psb_ensure_size(ncol,idxmap%loc_to_glob,info,pad=-1_psb_lpk_,addsz=laddsz) + call psb_ensure_size(ncol,idxmap%loc_to_glob,info,& + & pad=-1_psb_lpk_,addsz=laddsz) if (info /= psb_success_) then info=1 call psb_errpush(psb_err_from_subroutine_ai_,name,&