Skip to content
Snippets Groups Projects
Commit a7e5aec4 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 22/05/2023: FFT: fix for: remove unused dummy arguments for FFT991

parent f7266d85
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ IF (KISIGN.EQ.1) THEN ...@@ -214,7 +214,7 @@ IF (KISIGN.EQ.1) THEN
! !
IIS=-1 IIS=-1
IIA=ISTART IIA=ISTART
CALL FFT991(ZA(IIA:),ZWORK(:),PTRIGS,KIFAX,KJUMP,KN,INVEX,IIS,SIZE(ZA(IIA:)),SIZE(ZWORK(:)),SIZE(PTRIGS)) CALL FFT991( ZA(IIA:), ZWORK(:), PTRIGS, KIFAX, KJUMP, KN, INVEX, IIS )
! !
! 2.3 postprocessing ! 2.3 postprocessing
! -------------- ! --------------
...@@ -293,7 +293,7 @@ ELSE ...@@ -293,7 +293,7 @@ ELSE
! !
IIA=ISTART IIA=ISTART
IIS=1 IIS=1
CALL FFT991(ZA(IIA:),ZWORK(:),PTRIGS,KIFAX,KJUMP,KN,INVEX,IIS,SIZE(ZA(IIA:)),SIZE(ZWORK(:)),SIZE(PTRIGS)) CALL FFT991( ZA(IIA:), ZWORK(:), PTRIGS, KIFAX, KJUMP, KN, INVEX, IIS )
! !
! 3.3 postprocessing ! 3.3 postprocessing
! -------------- ! --------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment