aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/Checkpoint.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/Checkpoint.cc')
-rw-r--r--Carpet/CarpetIOHDF5/src/Checkpoint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/Checkpoint.cc b/Carpet/CarpetIOHDF5/src/Checkpoint.cc
index 0c27d2602..c356e8320 100644
--- a/Carpet/CarpetIOHDF5/src/Checkpoint.cc
+++ b/Carpet/CarpetIOHDF5/src/Checkpoint.cc
@@ -237,7 +237,7 @@ static int Checkpoint (const cGH* const cctkGH, int called_from)
}
// write the var
- retval += WriteVar (cctkGH, writer, request, 1);
+ retval += WriteVarChunked (cctkGH, writer, request, 1);
}
free (fullname);