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

all kwargs already processed

parent 52c133f6
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ function InstantRFPulseBlock(model::Model; flip_angle=nothing, phase=nothing)
get_free_variable(model, phase)
)
@constraint model res.flip_angle >= 0
set_simple_constraints!(model, res, kwargs)
return res
end
......
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