Skip to content

Commit

Permalink
shorten lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Jan 16, 2020
1 parent 4a0d4a1 commit 08ac329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complex16/zreorth.F
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ subroutine zcgs(n,k,V,ldv,vnew,index,work)
if (tid.eq.nt-1) then
cnk = n-st+1
endif
call zgemv('C',cnk,l,dcmplx(1d0,0d0),V(st,p),ld,vnew(st),1,
c dcmplx(0d0,0d0),ylocal,1)
call zgemv('C',cnk,l,dcmplx(1d0,0d0),V(st,p),ld,
c vnew(st),1,dcmplx(0d0,0d0),ylocal,1)

if (tid.eq.0) then
do j=1,l
Expand Down
4 changes: 2 additions & 2 deletions complex8/creorth.F
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ subroutine ccgs(n,k,V,ldv,vnew,index,work)
if (tid.eq.nt-1) then
cnk = n-st+1
endif
call cgemv('C',cnk,l,cmplx(1.0,0.0),V(st,p),ld,vnew(st),1,
c cmplx(0.0,0.0),ylocal,1)
call cgemv('C',cnk,l,cmplx(1.0,0.0),V(st,p),ld,
c vnew(st),1,cmplx(0.0,0.0),ylocal,1)

if (tid.eq.0) then
do j=1,l
Expand Down

0 comments on commit 08ac329

Please sign in to comment.