Skip to content
Snippets Groups Projects
Verified Commit b65d6b26 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Correct plural

parent e681fd59
No related branches found
No related tags found
No related merge requests found
module GradientEchos module GradientEchoes
import ...Containers: Sequence import ...Containers: Sequence
import ...Parts: excitation_pulse, readout_event, interpret_image_size, Trapezoid, gradient_spoiler import ...Parts: excitation_pulse, readout_event, interpret_image_size, Trapezoid, gradient_spoiler
import ...Variables: get_pulse, get_readout, echo_time, duration_transverse import ...Variables: get_pulse, get_readout, echo_time, duration_transverse
......
module Sequences module Sequences
include("gradient_echos.jl") include("gradient_echoes.jl")
import .GradientEchos: GradientEcho import .GradientEchoes: GradientEcho
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment