From 41ea02e8e3dfaebe5dba7274b42b2b8eb21b8e19 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Mon, 26 Feb 2024 13:46:20 +0000 Subject: [PATCH] Fix import --- src/components/pulses/constant_pulses.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pulses/constant_pulses.jl b/src/components/pulses/constant_pulses.jl index f240dac..fe2d770 100644 --- a/src/components/pulses/constant_pulses.jl +++ b/src/components/pulses/constant_pulses.jl @@ -2,7 +2,7 @@ module ConstantPulses import JuMP: @constraint import ...AbstractTypes: RFPulseComponent 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 ..GenericPulses: GenericPulse """ -- GitLab