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

module cctk_GNU
  implicit none
  
  ! This file only pulls in declarations for getopt and regex, which
  ! have no Fortran wrappers
  
end module cctk_GNU