From b17a8ab750f6180c3c2dc3b880162cefd3b8bf77 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 21 Nov 2022 08:57:34 -0500 Subject: [PATCH] Fix VL(:) initialization when CHECK_=.false. --- base/tools/psb_cd_inloc.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/tools/psb_cd_inloc.f90 b/base/tools/psb_cd_inloc.f90 index f8d609c4..e8b9578e 100644 --- a/base/tools/psb_cd_inloc.f90 +++ b/base/tools/psb_cd_inloc.f90 @@ -275,6 +275,8 @@ subroutine psb_cd_inloc(v, ctxt, desc, info, globalcheck,idx,usehash) if (debug_size) & & write(debug_unit,*) me,' ',trim(name),': After sort ',nlu + else + nlu = loc_row end if call psb_nullify_desc(desc) if (do_timings) then