[BUG FIX] howmny is defined as character*1 in pdseupd subroutine. (#153)

Cosmetic bug ("safer" way to get same thing).
This commit is contained in:
Franck HOUSSEN
2018-09-15 17:38:27 +02:00
committed by Sylvestre Ledru
parent bbb87ba0ff
commit 5872987e67
+1 -1
View File
@@ -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 )