From a2069c67c5d985e5fa7172b1f4e6f539b166ed43 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 19 Feb 2010 17:36:44 -0800 Subject: CarpetIOHDF5: Correct attribute name --- Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/CarpetIOHDF5/src') 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 << "."; -- cgit v1.2.3