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

Fix import

parent aae25470
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
...@@ -8,7 +8,7 @@ import ..EPIReadouts: EPIReadout ...@@ -8,7 +8,7 @@ import ..EPIReadouts: EPIReadout
import ...BuildSequences: global_model, build_sequence, global_scanner import ...BuildSequences: global_model, build_sequence, global_scanner
import ...Containers: Sequence import ...Containers: Sequence
import ...Components: SincPulse, ConstantPulse, InstantPulse, SingleReadout, InstantGradient import ...Components: SincPulse, ConstantPulse, InstantPulse, SingleReadout, InstantGradient
import ...Variables: variables import ...Variables: variables, apply_simple_constraint!
function _get_pulse(shape, flip_angle, phase, frequency, Nzeros, group, bandwidth, duration) function _get_pulse(shape, flip_angle, phase, frequency, Nzeros, group, bandwidth, 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