Skip to content

Commit

Permalink
Solve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Jun 19, 2024
1 parent 10a4aa3 commit 3d45b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KomaMRIPlots/src/ui/DisplayFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ function plot_phantom_map(
end

function process_times(motion::SimpleMotion)
motion = KomaMRIBase.initialize_motion(motion)
motion = KomaMRIBase.sort_motion(motion)
return interpolate_times(motion)
end
function process_times(motion::ArbitraryMotion)
Expand Down

0 comments on commit 3d45b55

Please sign in to comment.