aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_Complex.F90
blob: 0db725c10fa4fef2200a2b6d2c002ae9e98e05cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*@@
  @file    $RCSfile$
  @author  $Author$
  @date    $Date$
  @desc
           Fortran 90 interface declarations for the routines
           which have their C declarations in cctk_Complex.h
  @enddesc
  @version $Header$
@@*/

#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