From bce6a9d18810987b1fac4346dd3639dd30447e9f Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Mon, 12 Feb 2024 10:31:43 +0000 Subject: [PATCH] Fix import --- src/printing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printing.jl b/src/printing.jl index 8295cc0..367d787 100644 --- a/src/printing.jl +++ b/src/printing.jl @@ -5,7 +5,7 @@ import ..BuildingBlocks: BuildingBlock, get_children_indices, VariableNotAvailab import ..Alternatives: AlternativeBlocks import ..Overlapping: AbstractOverlapping, waveform, interruptions import ..Sequences: Sequence -import ..Variables: VariableType, duration, start_time, variables, alternative_variables, effective_time +import ..Variables: VariableType, duration, start_time, variables, alternative_variables, effective_time, flip_angle import ..Pulses: GenericPulse struct BuildingBlockPrinter{T<:BuildingBlock} -- GitLab