From 46c18e603e3bd9b63dfefbf2ff6c42b8368a51a0 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Thu, 15 Feb 2024 16:41:59 +0000 Subject: [PATCH] Fix imports --- src/components/pulses/sinc_pulses.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pulses/sinc_pulses.jl b/src/components/pulses/sinc_pulses.jl index 9ffebfb..ad131e5 100644 --- a/src/components/pulses/sinc_pulses.jl +++ b/src/components/pulses/sinc_pulses.jl @@ -2,7 +2,7 @@ module SincPulses import JuMP: @constraint import QuadGK: quadgk import ....BuildSequences: global_model -import ....Variables: duration, amplitude, effective_time, flip_angle, phase, inverse_bandwidth, VariableType, set_simple_constraints!, frequency, make_generic +import ....Variables: duration, amplitude, effective_time, flip_angle, phase, inverse_bandwidth, VariableType, set_simple_constraints!, frequency, make_generic, get_free_variable import ...AbstractTypes: RFPulseComponent import ..GenericPulses: GenericPulse -- GitLab