summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/get_track_u_constant.m
blob: 50db4635cd86c8dfa8f81efc09b2c22a454189fd (plain) (blame)
1
2
3
4
5
6
function [ track_u_constant ] = get_track_u_constant( position )
%GET_TRACK_U_CONSTANT Summary of this function goes here
%   Detailed explanation goes here
track_u_constant = 1;
end