aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-06-10 08:35:41 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-06-10 08:35:41 +0000
commit1d7cc319c086f155bd553286e5e998684d29df74 (patch)
tree53ebc5a310704b041f5633ff65781027aed3d3cf
parent1d4e397a1f24481a553d19cbf5019aa3ae1a8cb9 (diff)
Fixed wrong CCTK_FILEVERSION string.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@144 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/util/hdf5_convert_from_ieeeio.c2
-rw-r--r--src/util/hdf5_double_to_single.c12
-rw-r--r--src/util/hdf5_extract.c4
-rw-r--r--src/util/hdf5_merge.c2
-rw-r--r--src/util/hdf5_recombiner.c2
5 files changed, 11 insertions, 11 deletions
diff --git a/src/util/hdf5_convert_from_ieeeio.c b/src/util/hdf5_convert_from_ieeeio.c
index c7d00d7..e38b969 100644
--- a/src/util/hdf5_convert_from_ieeeio.c
+++ b/src/util/hdf5_convert_from_ieeeio.c
@@ -28,7 +28,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_convert_from_ieeeio_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_convert_from_ieeeio_c)
int main (int argc, char **argv)
diff --git a/src/util/hdf5_double_to_single.c b/src/util/hdf5_double_to_single.c
index 7eef675..cd5a0a9 100644
--- a/src/util/hdf5_double_to_single.c
+++ b/src/util/hdf5_double_to_single.c
@@ -1,10 +1,10 @@
/*@@
- @file hdf5_bitant_to_fullmode.c
+ @file hdf5_double_to_single.c
@date Thu 10 Jan 2002
@author Thomas Radke
@desc
- This utility program copies a Cactus HDF5 datafile turning bitant
- mode datasets into full mode.
+ This utility program copies a Cactus HDF5 datafile reverting
+ double-precision datasets into single-precision.
@enddesc
@version $Id$
@@*/
@@ -19,7 +19,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_bitant_to_fullmode_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_double_to_single_c)
/*****************************************************************************/
@@ -69,7 +69,7 @@ static herr_t CopyAttribute (hid_t src, const char *attr_name, void *arg);
@date Thu 10 Jan 2002
@author Thomas Radke
@desc
- Main routine of the HDF5 bitant-to-full converter
+ Main routine of the HDF5 double-to-single converter
@enddesc
@calls CopyObject
@@ -105,7 +105,7 @@ int main (int argc, char *argv[])
H5E_BEGIN_TRY
{
- /* open the bitant mode file */
+ /* open the input file */
infile = H5Fopen (argv[1], H5F_ACC_RDONLY, H5P_DEFAULT);
if (infile < 0)
{
diff --git a/src/util/hdf5_extract.c b/src/util/hdf5_extract.c
index 4a75b6d..b9f7293 100644
--- a/src/util/hdf5_extract.c
+++ b/src/util/hdf5_extract.c
@@ -12,14 +12,14 @@
#include "cctk.h"
#include <hdf5.h>
-#include <stdio.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CactusPUGHIO/IOHDF5Util/src/ioHDF5UtilGH.h"
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_extract_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_extract_c)
/*****************************************************************************/
diff --git a/src/util/hdf5_merge.c b/src/util/hdf5_merge.c
index 05914cd..aa3b314 100644
--- a/src/util/hdf5_merge.c
+++ b/src/util/hdf5_merge.c
@@ -20,7 +20,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_merge_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_merge_c)
/*****************************************************************************/
diff --git a/src/util/hdf5_recombiner.c b/src/util/hdf5_recombiner.c
index 0993e76..bdcdee8 100644
--- a/src/util/hdf5_recombiner.c
+++ b/src/util/hdf5_recombiner.c
@@ -24,7 +24,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_recombiner_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_recombiner_c)
/*****************************************************************************/