Skip to content
Snippets Groups Projects
Unverified Commit 59d62623 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Make `adjust` available when defining sequence (components)

parent 08aeb7b3
No related branches found
No related tags found
1 merge request!5Resolve "Allow slice selection"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -3,7 +3,7 @@ Define post-fitting adjustments of the sequences
"""
module PostHoc
import ..Variables: AbstractBlock, adjust_internal, adjustable
import ..Variables: AbstractBlock, adjust_internal, adjustable, adjust
import ..Components: GradientWaveform, RFPulseComponent, BaseComponent, NoGradient
import ..Containers: ContainerBlock, Sequence, Wait
......
......@@ -53,6 +53,9 @@ Can return one of:
"""
adjustable(::AbstractBlock) = :false
# further defined in post_hoc.jl
function adjust end
abstract type AnyVariable end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment