From fc4abd902402d323745611584f5af095c3132f81 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Wed, 21 Feb 2024 17:49:04 +0000 Subject: [PATCH] Fix imports --- src/components/pulses/instant_pulses.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pulses/instant_pulses.jl b/src/components/pulses/instant_pulses.jl index d473299..3675969 100644 --- a/src/components/pulses/instant_pulses.jl +++ b/src/components/pulses/instant_pulses.jl @@ -2,7 +2,7 @@ module InstantPulses import JuMP: @constraint import ...AbstractTypes: RFPulseComponent import ....BuildSequences: global_model -import ....Variables: duration, amplitude, effective_time, flip_angle, phase, inverse_bandwidth, VariableType, make_generic +import ....Variables: duration, amplitude, effective_time, flip_angle, phase, inverse_bandwidth, VariableType, make_generic, get_free_variable """ InstantPulse(; flip_angle=nothing, phase=nothing, group=nothing) -- GitLab