From 5872987e67a31bc77366ebd2e1bfeb07af366f54 Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Sat, 15 Sep 2018 17:38:27 +0200 Subject: [PATCH] [BUG FIX] howmny is defined as character*1 in pdseupd subroutine. (#153) Cosmetic bug ("safer" way to get same thing). --- PARPACK/TESTS/MPI/issue46.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PARPACK/TESTS/MPI/issue46.f b/PARPACK/TESTS/MPI/issue46.f index 7d75229..7a6f701 100644 --- a/PARPACK/TESTS/MPI/issue46.f +++ b/PARPACK/TESTS/MPI/issue46.f @@ -255,7 +255,7 @@ c %-------------------------------------------% c rvec = .true. c - call pdseupd ( comm, rvec, 'All', select, + call pdseupd ( comm, rvec, 'A', select, & d, v, ldv, sigma, & bmat, nloc, which, nev, tol, resid, ncv, v, ldv, & iparam, ipntr, workd, workl, lworkl, ierr )