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

export fixed

parent b5ab049c
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ export Scanner, B0, Siemens_Connectom, Siemens_Prisma, Siemens_Terra ...@@ -23,8 +23,8 @@ export Scanner, B0, Siemens_Connectom, Siemens_Prisma, Siemens_Terra
import .Variables: variables, duration, start_time, end_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, area_under_curve, δ, rise_time, flat_time, slew_rate, gradient_strength import .Variables: variables, duration, start_time, end_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, area_under_curve, δ, rise_time, flat_time, slew_rate, gradient_strength
export variables, duration, start_time, end_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, area_under_curve, δ, rise_time, flat_time, slew_rate, gradient_strength export variables, duration, start_time, end_time, flip_angle, amplitude, phase, frequency, bandwidth, N_left, N_right, qval, area_under_curve, δ, rise_time, flat_time, slew_rate, gradient_strength
import .BuildingBlocks: BuildingBlock import .BuildingBlocks: BuildingBlock, fixed
export BuildingBlocks export BuildingBlocks, fixed
import .ConcreteBlocks: ConcreteBlock, AbstractConcreteBlock import .ConcreteBlocks: ConcreteBlock, AbstractConcreteBlock
export ConcreteBlocks, AbstractConcreteBlock export ConcreteBlocks, 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