aboutsummaryrefslogtreecommitdiff
path: root/test.f90
blob: abc2e582b1c0b6d1fd948552193d8912111b9f4b (plain)
1
2
3
4
5
6
7
8
9
10
PROGRAM test

  use, intrinsic :: iso_c_binding 
  implicit none
  
  include 'fftw3.f03'

  write(*,*) "ok"

END PROGRAM test