aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_DebugDefines.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/cctk_DebugDefines.F90')
-rw-r--r--src/cctk_DebugDefines.F9017
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cctk_DebugDefines.F90 b/src/cctk_DebugDefines.F90
new file mode 100644
index 0000000..87f0891
--- /dev/null
+++ b/src/cctk_DebugDefines.F90
@@ -0,0 +1,17 @@
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_DebugDefines.h
+ @enddesc
+ @version $Header$
+@@*/
+
+#include "cctk.h"
+
+module cctk_DebugDefines
+ implicit none
+
+end module cctk_DebugDefines