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

Fix pulse include order

parent 31d182d7
No related branches found
No related tags found
No related merge requests found
module Pulses module Pulses
include("fixed_pulses.jl")
include("instant_pulses.jl") include("instant_pulses.jl")
include("constant_pulses.jl") include("constant_pulses.jl")
include("sinc_pulses.jl") include("sinc_pulses.jl")
include("fixed_pulses.jl")
import .FixedPulses: FixedPulse import .FixedPulses: FixedPulse
import .InstantPulses: InstantRFPulseBlock import .InstantPulses: InstantRFPulseBlock
......
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