summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 0192a1ad..d4ddc1b6 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -5,6 +5,7 @@
@desc
Functions to deal with IO registration
@enddesc
+ @version $Header$
@@*/
/*#define DEBUG_IO*/
@@ -69,7 +70,6 @@ static int DummyTimeToOutput(cGH *GH, int var);
i>0 = handle for method
@endreturndesc
- @version $Header$
@@*/
int CCTK_RegisterIOMethod(const char *name)
@@ -474,7 +474,6 @@ int CactusDefaultOutputGH(cGH *GH)
-1 = No such IO method found
0 = success
@endreturndesc
- @endreturndesc
@version $Header$