Skip to content

Commit

Permalink
Remove some more unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Feb 1, 2023
1 parent 3916455 commit 03b4147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/pw/fft_tools.F
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
! **************************************************************************************************
MODULE fft_tools
USE ISO_C_BINDING, ONLY: C_F_POINTER,&
C_INT,&
C_LOC,&
C_PTR,&
C_SIZE_T
Expand Down Expand Up @@ -2892,7 +2891,6 @@ SUBROUTINE get_fft_scratch(fft_scratch, tf_type, n, fft_sizes)
INTEGER(KIND=C_SIZE_T) :: length
TYPE(C_PTR) :: cptr_r1buf, cptr_tbuf, &
cptr_p2buf, cptr_p3buf, cptr_p4buf, cptr_p5buf, cptr_p7buf
INTEGER(KIND=C_INT), PARAMETER :: cudaHostAllocDefault = 0
#endif
CALL timeset(routineN, handle)

Expand Down
3 changes: 1 addition & 2 deletions src/pw/pw_grids.F
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,7 @@ SUBROUTINE pw_grid_create_ghatmap(pw_grid)

TYPE(pw_grid_type), INTENT(INOUT), POINTER :: pw_grid

CHARACTER(len=*), PARAMETER :: routineN = 'pw_grid_create_ghatmap', &
routineP = moduleN//':'//routineN
CHARACTER(len=*), PARAMETER :: routineN = 'pw_grid_create_ghatmap'

INTEGER :: gpt, handle, l, m, mn, n, ngpts
INTEGER, DIMENSION(:), POINTER :: nmapl, nmapm, nmapn, npts, pmapl, pmapm, &
Expand Down

0 comments on commit 03b4147

Please sign in to comment.