aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-14 13:41:44 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-05-14 13:41:44 +0000
commitf5dcc1d0bc813e32abff036756b90a4b2ffe2dbd (patch)
tree3ea827e7bfd7eef20c0b43f51fd8401f8491e162
parenta673f41c377c4599bd714049a36a50e63e59a793 (diff)
Changed the arrangement name in the CCTK_FILEVERSION strings from AlphaThorns
into CactusPUGHIO. This closes PR CactusPUGHIO/1045. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@134 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/util/hdf5_convert_from_ieeeio.c5
-rw-r--r--src/util/hdf5_double_to_single.c2
-rw-r--r--src/util/hdf5_extract.c2
-rw-r--r--src/util/hdf5_merge.c2
-rw-r--r--src/util/hdf5_recombiner.c2
5 files changed, 9 insertions, 4 deletions
diff --git a/src/util/hdf5_convert_from_ieeeio.c b/src/util/hdf5_convert_from_ieeeio.c
index d1b1f46..e00737a 100644
--- a/src/util/hdf5_convert_from_ieeeio.c
+++ b/src/util/hdf5_convert_from_ieeeio.c
@@ -23,6 +23,11 @@
/* HDF5 include */
#include <hdf5.h>
+/* the rcs ID and its dummy function to use it */
+static const char *rcsid = "$Header$";
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_convert_from_ieeeio_c)
+
+
int main (int argc, char **argv)
{
int i, j;
diff --git a/src/util/hdf5_double_to_single.c b/src/util/hdf5_double_to_single.c
index de557c7..7eef675 100644
--- a/src/util/hdf5_double_to_single.c
+++ b/src/util/hdf5_double_to_single.c
@@ -19,7 +19,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(AlphaThorns_IOHDF5_hdf5_bitant_to_fullmode_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_bitant_to_fullmode_c)
/*****************************************************************************/
diff --git a/src/util/hdf5_extract.c b/src/util/hdf5_extract.c
index 95d8bfe..4a75b6d 100644
--- a/src/util/hdf5_extract.c
+++ b/src/util/hdf5_extract.c
@@ -19,7 +19,7 @@
/* the rcs ID and its dummy function to use it */
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(AlphaThorns_IOHDF5_hdf5_extract_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_extract_c)
/*****************************************************************************/
diff --git a/src/util/hdf5_merge.c b/src/util/hdf5_merge.c
index efbb835..05914cd 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(AlphaThorns_IOHDF5_merge_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_merge_c)
/*****************************************************************************/
diff --git a/src/util/hdf5_recombiner.c b/src/util/hdf5_recombiner.c
index dda99dc..0993e76 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(BetaThorns_IOHDF5_hdf5_recombiner_c)
+CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_hdf5_recombiner_c)
/*****************************************************************************/