summaryrefslogtreecommitdiff
path: root/q_after_free_space.m
blob: c23509a74389b4af03821e20c35a24015c370b62 (plain)
1
2
3
4
5
6
function qnew=q_after_abcd(q_start, distance)
% calculates q parameter after propagating through free space
	qnew=q_start+distance;
end