aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverVar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RecoverVar.c')
-rw-r--r--src/RecoverVar.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/RecoverVar.c b/src/RecoverVar.c
index 95d9835..29f48f2 100644
--- a/src/RecoverVar.c
+++ b/src/RecoverVar.c
@@ -21,8 +21,8 @@
#include "ioHDF5UtilGH.h"
/* the rcs ID and its dummy function to use it */
-static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(BetaThorns_IOHDF5Util_RecoverVar_c)
+static const char *rcsid = "$Header$";
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5Util_RecoverVar_c)
/********************************************************************
@@ -254,7 +254,7 @@ int IOHDF5Util_RecoverParameters (const fileinfo_t *fileinfo)
if (CCTK_MyProc (NULL) == 0)
{
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
CCTK_VInfo (CCTK_THORNSTRING, "Recovering parameters from checkpoint "
"file '%s'", fileinfo->filename);
@@ -726,7 +726,7 @@ static herr_t processDataset (hid_t group, const char *datasetname, void *arg)
check whether the user wants to have this variable restored */
if (ioUtilGH->do_inVars && ! ioUtilGH->do_inVars[vindex])
{
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
fullname = CCTK_FullName (vindex);
CCTK_VInfo (CCTK_THORNSTRING, "Ignoring variable '%s' for file reader "
@@ -736,7 +736,7 @@ static herr_t processDataset (hid_t group, const char *datasetname, void *arg)
return (0);
}
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
fullname = CCTK_FullName (vindex);
CCTK_VInfo (CCTK_THORNSTRING, "Restoring variable '%s' (timelevel %d)",