aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_FortranString1.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/cctk_FortranString1.F90')
-rw-r--r--src/cctk_FortranString1.F9018
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cctk_FortranString1.F90 b/src/cctk_FortranString1.F90
new file mode 100644
index 0000000..39b3e13
--- /dev/null
+++ b/src/cctk_FortranString1.F90
@@ -0,0 +1,18 @@
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_FortranString.h
+ @enddesc
+ @version $Header$
+@@*/
+
+#include "cctk.h"
+
+! This is the name of a subroutine, so the module must be called differently.
+module cctk_FortranString1
+ implicit none
+
+end module cctk_FortranString1