diff --git a/it_only_took_a_few_hours_sigh1.vtkhdf b/it_only_took_a_few_hours_sigh1.vtkhdf index f171e381..e69de29b 100644 Binary files a/it_only_took_a_few_hours_sigh1.vtkhdf and b/it_only_took_a_few_hours_sigh1.vtkhdf differ diff --git a/it_only_took_a_few_hours_sigh2.vtkhdf b/it_only_took_a_few_hours_sigh2.vtkhdf new file mode 100644 index 00000000..63cdeafe Binary files /dev/null and b/it_only_took_a_few_hours_sigh2.vtkhdf differ diff --git a/test/save_vtkhdf_example.jl b/test/save_vtkhdf_example.jl index 12dadf79..135bff1b 100644 --- a/test/save_vtkhdf_example.jl +++ b/test/save_vtkhdf_example.jl @@ -1,12 +1,12 @@ using HDF5 # Open an HDF5 file -filename = "it_only_took_a_few_hours_sigh1.vtkhdf" +filename = "it_only_took_a_few_hours_sigh2.vtkhdf" file = h5open(filename, "w") # Create the top-level group 'VTKHDF' and set its attributes vtkhdf_group = create_group(file, "VTKHDF") -write_attribute(vtkhdf_group, "Version", [1, 0]) +write_attribute(vtkhdf_group, "Version", [2, 1]) TypeString = "ImageData"