summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/cctk_IOMethods.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/cctk_IOMethods.h b/src/include/cctk_IOMethods.h
index d5607dee..ee9f0db2 100644
--- a/src/include/cctk_IOMethods.h
+++ b/src/include/cctk_IOMethods.h
@@ -1,3 +1,16 @@
+ /*@@
+ @header cctk_IOMethods.h
+ @date
+ @author
+ @desc
+ header file for handling IO methods
+ @enddesc
+ @version $Id$
+ @@*/
+
+#ifndef _CCTK_IOMETHODS_H_
+#define _CCTK_IOMETHODS_H_
+
struct IOMethod
{
int (*OutputGH)(cGH *);
@@ -20,3 +33,4 @@ int CCTK_RegisterIOMethodOutputVarAs(int handle, int (*func)(cGH *,
}
#endif
+#endif