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

module cctk_Types
  implicit none

  interface
     
  end interface
  
end module cctk_Types