Skip to content

Commit 08ac329

Browse files
committed
shorten lines
1 parent 4a0d4a1 commit 08ac329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

complex16/zreorth.F

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ subroutine zcgs(n,k,V,ldv,vnew,index,work)
171171
if (tid.eq.nt-1) then
172172
cnk = n-st+1
173173
endif
174-
call zgemv('C',cnk,l,dcmplx(1d0,0d0),V(st,p),ld,vnew(st),1,
175-
c dcmplx(0d0,0d0),ylocal,1)
174+
call zgemv('C',cnk,l,dcmplx(1d0,0d0),V(st,p),ld,
175+
c vnew(st),1,dcmplx(0d0,0d0),ylocal,1)
176176

177177
if (tid.eq.0) then
178178
do j=1,l

complex8/creorth.F

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ subroutine ccgs(n,k,V,ldv,vnew,index,work)
171171
if (tid.eq.nt-1) then
172172
cnk = n-st+1
173173
endif
174-
call cgemv('C',cnk,l,cmplx(1.0,0.0),V(st,p),ld,vnew(st),1,
175-
c cmplx(0.0,0.0),ylocal,1)
174+
call cgemv('C',cnk,l,cmplx(1.0,0.0),V(st,p),ld,
175+
c vnew(st),1,cmplx(0.0,0.0),ylocal,1)
176176

177177
if (tid.eq.0) then
178178
do j=1,l

0 commit comments

Comments
 (0)