aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_GNU.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/cctk_GNU.F90')
-rw-r--r--src/cctk_GNU.F9020
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cctk_GNU.F90 b/src/cctk_GNU.F90
new file mode 100644
index 0000000..4364176
--- /dev/null
+++ b/src/cctk_GNU.F90
@@ -0,0 +1,20 @@
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_GNU.h
+ @enddesc
+ @version $Header$
+@@*/
+
+#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