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

fix syntax

parent 0702e164
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ struct SliceSelect ...@@ -27,8 +27,8 @@ struct SliceSelect
end end
function SliceSelect(model::Model, gradient_strength::SVector{3, VariableType}, time_before_pulse, pulse::RFPulseBlock, time_after_pulse, rotate::Symbol, scale::Symbol) function SliceSelect(model::Model, gradient_strength::SVector{3, VariableType}, time_before_pulse, pulse::RFPulseBlock, time_after_pulse, rotate::Symbol, scale::Symbol)
time_before_pulse = get_free_variable(model, time_before_pulse), time_before_pulse = get_free_variable(model, time_before_pulse)
time_after_pulse = get_free_variable(model, time_after_pulse), time_after_pulse = get_free_variable(model, time_after_pulse)
return SliceSelect( return SliceSelect(
model, model,
time_before_pulse, time_before_pulse,
......
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