Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed May 3, 2024
1 parent 744b6ef commit 4dd373d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/IO/H5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ function load_checkpoint(file_path)
return P, T, Vx, Vy, η, t
end


"""
function save_hdf5(dst, fname, data)
Expand Down
2 changes: 1 addition & 1 deletion src/IO/JLD2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function checkpointing_jld2(dst, stokes, thermal, particles, phases, time, igg=i
thermal=Array(thermal),
particles=particles,
phases=phases,
time= time,
time=time,
)
end

Expand Down

0 comments on commit 4dd373d

Please sign in to comment.