Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Nov 6, 2024
1 parent e5c74d7 commit 8e16f9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/IO/VTK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ function save_vtk(
return nothing
end

function save_vtk(
fname::String, xci, data_c::NamedTuple, velocity::NTuple{N,T}
) where {N,T}
function save_vtk(fname::String, xci, data_c::NamedTuple, velocity::NTuple{N,T}) where {N,T}

# unpack data names and arrays
data_names_c = string.(keys(data_c))
Expand Down

0 comments on commit 8e16f9b

Please sign in to comment.