diff --git a/src/pulses/pulses.jl b/src/pulses/pulses.jl index 8b8152ed5209d3bbb7cf751c16dc0cea321fd810..ae19637330f4f402b0817968bdf719944c5b8c72 100644 --- a/src/pulses/pulses.jl +++ b/src/pulses/pulses.jl @@ -1,8 +1,8 @@ module Pulses +include("fixed_pulses.jl") include("instant_pulses.jl") include("constant_pulses.jl") include("sinc_pulses.jl") -include("fixed_pulses.jl") import .FixedPulses: FixedPulse import .InstantPulses: InstantRFPulseBlock