summaryrefslogtreecommitdiff
path: root/src/include/cctk_IOMethods.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:40:11 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:40:11 +0000
commit57177baff41c49aff5911b0610708bda550f79b0 (patch)
tree750fc6e2b6772da3514fcc4e06a79370931575eb /src/include/cctk_IOMethods.h
parentdb3edebe07d5d4bd40f18384a841307d3d7ab5cb (diff)
Adding a ifdef
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1059 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_IOMethods.h')
-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