Skip to content

Commit

Permalink
Add missing module import
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Nov 13, 2024
1 parent 3afbeb9 commit 7953e2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/trans/cpu/internal/ftdir_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SUBROUTINE FTDIR(PREEL,KFIELDS,KGL)

USE TPM_DISTR ,ONLY : D, MYSETW
USE TPM_GEOMETRY ,ONLY : G
USE TPM_FFTW ,ONLY : EXEC_FFTW
USE TPM_FFTW ,ONLY : EXEC_FFTW, TW
USE TPM_DIM ,ONLY : R
!

Expand Down
2 changes: 1 addition & 1 deletion src/trans/cpu/internal/ftdirad_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SUBROUTINE FTDIRAD(PREEL,KFIELDS,KGL)

USE TPM_DISTR ,ONLY : D, MYSETW
USE TPM_GEOMETRY ,ONLY : G
USE TPM_FFTW ,ONLY : EXEC_FFTW
USE TPM_FFTW ,ONLY : EXEC_FFTW, TW
USE TPM_DIM ,ONLY : R

IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion src/trans/cpu/internal/ftinv_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SUBROUTINE FTINV(PREEL,KFIELDS,KGL)

USE TPM_DISTR ,ONLY : D, MYSETW
USE TPM_GEOMETRY ,ONLY : G
USE TPM_FFTW ,ONLY : EXEC_FFTW
USE TPM_FFTW ,ONLY : EXEC_FFTW, TW
USE TPM_DIM ,ONLY : R

IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion src/trans/cpu/internal/ftinvad_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SUBROUTINE FTINVAD(PREEL,KFIELDS,KGL)
USE TPM_DISTR ,ONLY : D, MYSETW
USE TPM_DIM ,ONLY : R
USE TPM_GEOMETRY ,ONLY : G
USE TPM_FFTW ,ONLY : EXEC_FFTW
USE TPM_FFTW ,ONLY : EXEC_FFTW, TW
USE TPM_DIM ,ONLY : R
!

Expand Down

0 comments on commit 7953e2f

Please sign in to comment.