summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 20:52:04 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 20:52:04 +0000
commit50e996a7aaed180f7dae413b773282b57c1905b1 (patch)
tree6479ab5b8ba59fa954e52cd61c5e3ab5aaa29186 /src/include
parent1e31cee3e701d6633e0bc81e782f9d7c7f49c4e2 (diff)
Add grdoc headers
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3534 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk.F9011
-rw-r--r--src/include/cctk_ActiveThorns.F9013
-rw-r--r--src/include/cctk_Banner.F9013
-rw-r--r--src/include/cctk_Cache.F9013
-rw-r--r--src/include/cctk_Comm.F9013
5 files changed, 49 insertions, 14 deletions
diff --git a/src/include/cctk.F90 b/src/include/cctk.F90
index b2309552..f3409498 100644
--- a/src/include/cctk.F90
+++ b/src/include/cctk.F90
@@ -1,6 +1,13 @@
-! $Header$
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the flesh routines
+ @enddesc
+@@*/
-! Fortran 90 interface declarations for the flesh routines
+! $Header$
#include "cctk.h"
diff --git a/src/include/cctk_ActiveThorns.F90 b/src/include/cctk_ActiveThorns.F90
index a0b2f0b1..83def3bf 100644
--- a/src/include/cctk_ActiveThorns.F90
+++ b/src/include/cctk_ActiveThorns.F90
@@ -1,7 +1,14 @@
-! $Header$
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_ActiveThorns.h
+ @enddesc
+@@*/
-! Fortran 90 interface declarations for the routines
-! which have their C declarations in cctk_ActiveThorns.h
+! $Header$
#include "cctk.h"
diff --git a/src/include/cctk_Banner.F90 b/src/include/cctk_Banner.F90
index d930dc13..d47e6463 100644
--- a/src/include/cctk_Banner.F90
+++ b/src/include/cctk_Banner.F90
@@ -1,7 +1,14 @@
-! $Header$
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_Banner.h
+ @enddesc
+@@*/
-! Fortran 90 interface declarations for the routines
-! which have their C declarations in cctk_Banner.h
+! $Header$
#include "cctk.h"
diff --git a/src/include/cctk_Cache.F90 b/src/include/cctk_Cache.F90
index 421d1dcd..0eb511ba 100644
--- a/src/include/cctk_Cache.F90
+++ b/src/include/cctk_Cache.F90
@@ -1,7 +1,14 @@
-! $Header$
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_Cache.h
+ @enddesc
+@@*/
-! Fortran 90 interface declarations for the routines
-! which have their C declarations in cctk_Cache.h
+! $Header$
#include "cctk.h"
diff --git a/src/include/cctk_Comm.F90 b/src/include/cctk_Comm.F90
index 66aff156..678d0259 100644
--- a/src/include/cctk_Comm.F90
+++ b/src/include/cctk_Comm.F90
@@ -1,7 +1,14 @@
-! $Header$
+/*@@
+ @file $RCSfile$
+ @author $Author$
+ @date $Date$
+ @desc
+ Fortran 90 interface declarations for the routines
+ which have their C declarations in cctk_Comm.h
+ @enddesc
+@@*/
-! Fortran 90 interface declarations for the routines
-! which have their C declarations in cctk_Comm.h
+! $Header$
#include "cctk.h"