aboutsummaryrefslogtreecommitdiff
path: root/q_after_free_space.m
diff options
context:
space:
mode:
Diffstat (limited to 'q_after_free_space.m')
-rw-r--r--q_after_free_space.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/q_after_free_space.m b/q_after_free_space.m
index b61deb8..c23509a 100644
--- a/q_after_free_space.m
+++ b/q_after_free_space.m
@@ -1,6 +1,6 @@
function qnew=q_after_abcd(q_start, distance)
% calculates q parameter after propagating through free space
- qnew=q_old+distance;
+ qnew=q_start+distance;
end