aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-19 17:36:44 -0800
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:32 +0000
commita2069c67c5d985e5fa7172b1f4e6f539b166ed43 (patch)
treeabe9b16dabfa0e86727baf1f27346af3d76c6277 /Carpet/CarpetIOHDF5
parentec21ccb3fa7ecb8c544036e102bdf44be834240e (diff)
CarpetIOHDF5: Correct attribute name
Diffstat (limited to 'Carpet/CarpetIOHDF5')
-rw-r--r--Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc
index 0c0e8a282..5dcfbe23a 100644
--- a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc
+++ b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc
@@ -1224,7 +1224,7 @@ int WriteMetadata (const cGH * const cctkGH, int const nioprocs,
// only into one of the checkpoint files
gs_buf << "grid_structure:" << grid_structure << ",";
gs_buf << "grid_times:" << grid_times << ",";
- gs_buf << "leveltimes:" << leveltimes << ",";
+ gs_buf << "grid_leveltimes:" << leveltimes << ",";
gs_buf << "grid_ghosts" << grid_ghosts << ",";
gs_buf << "grid_buffers" << grid_buffers << ",";
gs_buf << "grid_prolongation_orders" << grid_prolongation_orders << ".";