Skip to content

Commit

Permalink
Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 18, 2024
1 parent c09b755 commit a8bd2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gridtypes/multiblock.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ struct VTKBlock
VTKBlock(xelm) = new(xelm, Union{VTKFile,VTKBlock}[])
end

Base.close(vtb::VTKBlock) = vtk_save(vtb)
xml_block_root(vtb::VTKBlock) = vtb.xelm

"""
Expand Down
1 change: 1 addition & 0 deletions test/structured.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using WriteVTK
using StaticArrays: SVector
using Test

const FloatType = Float32
const vtk_filename_noext = "structured"
Expand Down

0 comments on commit a8bd2f2

Please sign in to comment.