Skip to content

Commit 1bff89b

Browse files
committed
Merge branch 'refactor-2' of https://github.com/jacobwilliams/fftpack into refactor
2 parents 41fae14 + ab13c44 commit 1bff89b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/fftpack_kind.f90

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
!*==FFTPACK_KIND.spg processed by SPAG 6.72Dc at 19:17 on 14 Sep 2021
2+
module fftpack_kind
3+
implicit none
4+
!*--FFTPACK_KIND2459
5+
integer , parameter :: rk = kind(1.0d0)
6+
end subroutine fftpack_kind

0 commit comments

Comments
 (0)