aboutsummaryrefslogtreecommitdiff
path: root/src/DumpUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpUtils.c')
-rw-r--r--src/DumpUtils.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/DumpUtils.c b/src/DumpUtils.c
index 3c12431..df0a77c 100644
--- a/src/DumpUtils.c
+++ b/src/DumpUtils.c
@@ -19,8 +19,8 @@
#include "ioHDF5UtilGH.h"
/* the rcs ID and its dummy function to use it */
-static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(BetaThorns_IOHDF5Util_DumpUtils_c)
+static const char *rcsid = "$Header$";
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5Util_DumpUtils_c)
/*@@
@@ -80,7 +80,7 @@ int IOHDF5Util_DumpGH (const cGH *GH, const int *timers, hid_t file)
IOHDF5Util_DumpGHExtensions (GH, file);
}
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
CCTK_INFO ("Dumping Grid Variables ...");
}
@@ -133,7 +133,7 @@ int IOHDF5Util_DumpGH (const cGH *GH, const int *timers, hid_t file)
request->timelevel < gdata.numtimelevels;
request->timelevel++)
{
- if (verbose && file >= 0)
+ if (CCTK_Equals (verbose, "full") && file >= 0)
{
fullname = CCTK_FullName (request->vindex);
CCTK_VInfo (CCTK_THORNSTRING, " %s (timelevel %d)",
@@ -313,7 +313,7 @@ void IOHDF5Util_DumpParameters (const cGH *GH, int all, hid_t file)
DECLARE_CCTK_PARAMETERS
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
CCTK_INFO ("Dumping Parameters ...");
}
@@ -365,7 +365,7 @@ void IOHDF5Util_DumpGHExtensions (const cGH *GH, hid_t file)
DECLARE_CCTK_PARAMETERS
- if (verbose)
+ if (CCTK_Equals (verbose, "full"))
{
CCTK_INFO ("Dumping GH extensions ...");
}