diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:00 +0200 |
commit | 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 (patch) | |
tree | 10d84c82031aace7ac819f27116a04e7da238d59 /app/bin/ccornu.h | |
parent | d1a8285f818eb7e5c3d6a05709ea21a808490b8c (diff) |
New upstream version 5.1.1upstream/5.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); |