aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_Complex.F90
blob: dbf3167cb0715c2460bc85ded0c11c4baaf6b590 (plain)
1
2
3
4
5
6
7
8
9
#include "cctk.h"

module cctk_Complex
  implicit none

! Fortran handles complex numbers just fine all by itself
! and does not need an additional library

end module cctk_Complex