Skip to content

Commit

Permalink
Display time again
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Sep 2, 2024
1 parent 486d6af commit f77f59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function displacement_y!(
itp = interpolate(action.dy, Gridded(Linear()), Val(size(action.dy,1)))
uy .= resample(itp, t)
m = minimum([size(uy,2), 8])
# println("t: ", @view(t[1:1, 1:m]))
println("t: ", @view(t[1:1, 1:m]))
println("uy: ", @view(uy[1:1, 1:m]))
return nothing
end
Expand Down

0 comments on commit f77f59e

Please sign in to comment.