Skip to content

Commit

Permalink
version 2.1 works
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSalih3d committed Apr 4, 2024
1 parent fc7dc14 commit c2f12fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified it_only_took_a_few_hours_sigh1.vtkhdf
Binary file not shown.
Binary file added it_only_took_a_few_hours_sigh2.vtkhdf
Binary file not shown.
4 changes: 2 additions & 2 deletions test/save_vtkhdf_example.jl
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit c2f12fa

Please sign in to comment.