@@ -57,7 +58,7 @@ function waveform(ao::AbstractOverlapping)
...
@@ -57,7 +58,7 @@ function waveform(ao::AbstractOverlapping)
push!(result,(new_time,prev_grad))
push!(result,(new_time,prev_grad))
elseifblockisaChangingGradientBlock
elseifblockisaChangingGradientBlock
@assertall(block.gradient_strength_start.≈prev_grad)"$(typeof(ao)) inserts ChangingGradientBlock that does not match previous gradient strength. This is probably caused by an improper implementation of this gradient waveform."
@assertall(block.gradient_strength_start.≈prev_grad)"$(typeof(ao)) inserts ChangingGradientBlock that does not match previous gradient strength. This is probably caused by an improper implementation of this gradient waveform."