Skip to content
Prev Previous commit
Next Next commit
Removes one line from clartg
  • Loading branch information
weslleyspereira committed Oct 18, 2021
commit b89b15b2f408717812c44214c0b9a09589c8ed06
1 change: 0 additions & 1 deletion SRC/clartg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ subroutine CLARTG( f, g, c, s, r )
else
c = ( f2*p )*w
end if
c = ( f2*p )*w
s = conjg( gs )*( fs*p )
r = ( fs*( h2*p ) )*u
end if
Expand Down