aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_ParamCheck.F90
diff options
context:
space:
mode:
authorschnetter <schnetter@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-10-31 18:36:07 +0000
committerschnetter <schnetter@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-10-31 18:36:07 +0000
commit93462ac843e2b6a91fef984c7782dbff894326ca (patch)
tree8d2516d009d8697f5a70f9c39d77118684a6e2cf /src/cctk_ParamCheck.F90
parent20936be95337fa04e7eae28b3b940a1666c1b7fe (diff)
Add more interfaces
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@22 51d2df92-0e4f-0410-a727-bd43d766d6b6
Diffstat (limited to 'src/cctk_ParamCheck.F90')
-rw-r--r--src/cctk_ParamCheck.F9017
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cctk_ParamCheck.F90 b/src/cctk_ParamCheck.F90
new file mode 100644
index 0000000..98f4f8e
--- /dev/null
+++ b/src/cctk_ParamCheck.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_ParamCheck.h
+ @enddesc
+ @version $Header$
+@@*/
+
+#include "cctk.h"
+
+module cctk_ParamCheck
+ implicit none
+
+end module cctk_ParamCheck