diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-10 23:05:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-10 23:05:17 +0200 |
commit | c120c7bcbcf115ecc2a6668f4c7f45b3d4a5bc86 (patch) | |
tree | 5550610553d1b1d7236d052b6e956b22e0bb4883 /app/bin/ccornu.h | |
parent | 67d0ce65dc6a1d240e271a7cd479b60aa1dc2967 (diff) | |
parent | 26d299964db18cb71c2c6a5be4864479ba82d54f (diff) |
Merge branch 'release/debian/5.1.1-1'debian/5.1.1-1
Diffstat (limited to 'app/bin/ccornu.h')
-rw-r--r-- | app/bin/ccornu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/ccornu.h b/app/bin/ccornu.h index a11e713..b279cb4 100644 --- a/app/bin/ccornu.h +++ b/app/bin/ccornu.h @@ -20,4 +20,4 @@ DIST_T CornuMaxRateofChangeofCurvature(coOrd pos[4],dynArr_t segs,DIST_T * last_ DIST_T CornuLength(coOrd pos[4],dynArr_t segs); DIST_T CornuTotalWindingArc(coOrd pos[4],dynArr_t segs); -STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos); +STATUS_T CmdCornuModify (track_p trk, wAction_t action, coOrd pos, DIST_T trackG); |