Skip to content

Commit ca4b965

Browse files
Remove old methods
1 parent 5201f97 commit ca4b965

File tree

3 files changed

+4
-327
lines changed

3 files changed

+4
-327
lines changed

SRC/DEPRECATED/crot_lapackv390.f

Lines changed: 0 additions & 162 deletions
This file was deleted.

SRC/DEPRECATED/zrot_lapackv390.f

Lines changed: 0 additions & 162 deletions
This file was deleted.

SRC/zrot.f90

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
!
1313
! .. Scalar Arguments ..
1414
! INTEGER INCX, INCY, N
15-
! REAL C
16-
! COMPLEX S
15+
! REAL(dp) C
16+
! COMPLEX(dp) S
1717
! ..
1818
! .. Array Arguments ..
19-
! COMPLEX X( * ), Y( * )
19+
! COMPLEX(dp) X( * ), Y( * )
2020
! ..
2121
!
2222
!
@@ -31,6 +31,7 @@
3131
!> [ -conjg(s) c ] [ y(1) y(2) ... y(n) ]
3232
!>
3333
!> where c is real, s is complex, and c**2 + conjg(s)*s = 1.
34+
!> Below, dp = kind(1.d0) stands for double precision
3435
!>
3536
!> \endverbatim
3637
!

0 commit comments

Comments
 (0)