Small cosmetic changes
This commit is contained in:
parent
deb350a520
commit
6da19024ad
|
@ -80,6 +80,7 @@
|
|||
real(dp), external :: dznrm2, dlapy2
|
||||
!
|
||||
!
|
||||
write(6,*)
|
||||
write(6,*) "----------------- BEGIN OF ARNOLDI ITERATION -----------------"
|
||||
!
|
||||
! NCV is is the largest number of basis vectors that will be used in the
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
end do
|
||||
!
|
||||
ndim = jlin
|
||||
write(6,*) "GoT matrix sm has dimension ", ndim
|
||||
write(6,*) "GoT matrix SM has dimension ", ndim
|
||||
!
|
||||
allocate(sm(ndim,ndim))
|
||||
sm = zeroc
|
||||
|
|
Loading…
Reference in New Issue