aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/iohdf5.cc
diff options
context:
space:
mode:
authortradke <>2004-06-21 14:04:00 +0000
committertradke <>2004-06-21 14:04:00 +0000
commit0a7472b87b5f4fcf87960ab2ec94e41c25defa57 (patch)
treee4658137ce85de89defa56f802d7f9e49cda7d0e /Carpet/CarpetIOHDF5/src/iohdf5.cc
parentbd8d2b2f54492fd5268848500a0f8af5c4c8e6ec (diff)
Register CarpetIOHDF5 I/O method under name "IOHDF5" rather than "CarpetIOHDF5".
darcs-hash:20040621140408-1d9bf-6f9c3a9ed88ed86f86ea2b04f16588f8015a0f36.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/iohdf5.cc')
-rw-r--r--Carpet/CarpetIOHDF5/src/iohdf5.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetIOHDF5/src/iohdf5.cc b/Carpet/CarpetIOHDF5/src/iohdf5.cc
index 953daa644..9a32801d3 100644
--- a/Carpet/CarpetIOHDF5/src/iohdf5.cc
+++ b/Carpet/CarpetIOHDF5/src/iohdf5.cc
@@ -17,7 +17,7 @@
#include "cctk_Parameters.h"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/src/iohdf5.cc,v 1.33 2004/06/14 09:34:12 tradke Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/src/iohdf5.cc,v 1.34 2004/06/21 16:04:08 tradke Exp $";
CCTK_FILEVERSION(Carpet_CarpetIOHDF5_iohdf5_cc);
}
@@ -60,7 +60,7 @@ namespace CarpetIOHDF5 {
GHExtension = CCTK_RegisterGHExtension ("CarpetIOHDF5");
CCTK_RegisterGHExtensionSetupGH (GHExtension, SetupGH);
- IOMethod = CCTK_RegisterIOMethod ("CarpetIOHDF5");
+ IOMethod = CCTK_RegisterIOMethod ("IOHDF5");
CCTK_RegisterIOMethodOutputGH (IOMethod, OutputGH);
CCTK_RegisterIOMethodOutputVarAs (IOMethod, OutputVarAs);
CCTK_RegisterIOMethodTimeToOutput (IOMethod, TimeToOutput);