aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/RecoverVar.c4
-rw-r--r--src/Startup.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/RecoverVar.c b/src/RecoverVar.c
index b041e15..2347501 100644
--- a/src/RecoverVar.c
+++ b/src/RecoverVar.c
@@ -21,6 +21,10 @@
#include "ioHDF5UtilGH.h"
+/* the rcs ID and its dummy function to use it */
+static char *rcsid = "$Id$";
+CCTK_FILEVERSION(BetaThorns_IOHDF5Util_RecoverVar_c)
+
/* MPI tag base */
#define STARTUPBASE 1001
diff --git a/src/Startup.c b/src/Startup.c
index cf3e1bf..2bc2597 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -16,6 +16,10 @@
#include "ioHDF5UtilGH.h"
+/* the rcs ID and its dummy function to use it */
+static char *rcsid = "$Id$";
+CCTK_FILEVERSION(BetaThorns_IOHDF5Util_Startup_c)
+
/* prototypes of routines defined in this source file */
void IOHDF5Util_Startup (void);
void IOHDF5Util_Terminate (cGH *GH);