aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/Output.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-30 22:21:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-30 22:21:00 +0000
commit57a669a30d3478c54676d95f35a53068f05e6b1e (patch)
tree38fc3898eba70a1323c8513b280d0d7bc98439c3 /Carpet/CarpetIOHDF5/src/Output.cc
parent847ed25f9419aec5681781db7bd66933cad9bbfa (diff)
CarpetIOHDF5: Use CCTK_REAL instead of long long for timing measurements
darcs-hash:20080130222154-dae7b-113029d4e40be633fca3253f5e2d47f656ae41ac.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/Output.cc')
-rw-r--r--Carpet/CarpetIOHDF5/src/Output.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetIOHDF5/src/Output.cc b/Carpet/CarpetIOHDF5/src/Output.cc
index 24cbcd9cb..c9b6aa346 100644
--- a/Carpet/CarpetIOHDF5/src/Output.cc
+++ b/Carpet/CarpetIOHDF5/src/Output.cc
@@ -29,7 +29,7 @@ static int AddAttributes (const cGH *const cctkGH, const char *fullname,
int WriteVarUnchunked (const cGH* const cctkGH,
hid_t outfile,
- long long & io_bytes,
+ CCTK_REAL & io_bytes,
const ioRequest* const request,
bool called_from_checkpoint)
{
@@ -281,7 +281,7 @@ int WriteVarUnchunked (const cGH* const cctkGH,
int WriteVarChunkedSequential (const cGH* const cctkGH,
hid_t outfile,
- long long & io_bytes,
+ CCTK_REAL & io_bytes,
const ioRequest* const request,
bool called_from_checkpoint)
{
@@ -440,7 +440,7 @@ int WriteVarChunkedSequential (const cGH* const cctkGH,
int WriteVarChunkedParallel (const cGH* const cctkGH,
hid_t outfile,
- long long & io_bytes,
+ CCTK_REAL & io_bytes,
const ioRequest* const request,
bool called_from_checkpoint)
{