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

Add split_gradient import to override

parent e7e712ff
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ module ConstantGradientBlocks ...@@ -2,6 +2,7 @@ module ConstantGradientBlocks
import StaticArrays: SVector import StaticArrays: SVector
import ....Variables: VariableType, duration, qval, bmat_gradient, gradient_strength, slew_rate, get_free_variable import ....Variables: VariableType, duration, qval, bmat_gradient, gradient_strength, slew_rate, get_free_variable
import ...AbstractTypes: GradientWaveform import ...AbstractTypes: GradientWaveform
import ..ChangingGradientBlocks: split_gradient
""" """
ConstantGradient(gradient_strength, duration) ConstantGradient(gradient_strength, duration)
......
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