Skip to content
Snippets Groups Projects
Verified Commit 115b4290 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

No AbstractConcreteBlock should have properties

parent e0383055
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ function to_concrete_block(sequence::AbstractSequence, cb::ConcreteBlock) ...@@ -117,7 +117,7 @@ function to_concrete_block(sequence::AbstractSequence, cb::ConcreteBlock)
return ConcreteBlock(sequence, cb.duration, cb.pulse, cb.gradient, cb.readout_times) return ConcreteBlock(sequence, cb.duration, cb.pulse, cb.gradient, cb.readout_times)
end end
properties(::Type{<:ConcreteBlock}) = [] properties(::Type{<:AbstractConcreteBlock}) = []
""" """
......
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