mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Use correct type for FFTW3 argument
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4944 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									f68e6f289f
								
							
						
					
					
						commit
						90940a4eac
					
				@ -7,7 +7,7 @@ subroutine downsam9(id2,npts8,nsps8,newdat,nspsd,fpk,c2,nz2)
 | 
				
			|||||||
  use FFTW3
 | 
					  use FFTW3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  include 'constants.f90'
 | 
					  include 'constants.f90'
 | 
				
			||||||
  integer*4 NMAX1
 | 
					  integer(C_SIZE_T) NMAX1
 | 
				
			||||||
  parameter (NMAX1=604800)
 | 
					  parameter (NMAX1=604800)
 | 
				
			||||||
  type(C_PTR) :: plan                        !Pointers plan for big FFT
 | 
					  type(C_PTR) :: plan                        !Pointers plan for big FFT
 | 
				
			||||||
  integer*2 id2(0:8*npts8-1)
 | 
					  integer*2 id2(0:8*npts8-1)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user